#327EBD

Color #327EBD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #327EBD

Tints of Curious Blue #327EBD

Color information

#327EBD (or 0x327EBD) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and BD. RGB value is (50,126,189). Sum of RGB (Red+Green+Blue) = 50+126+189=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #327EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBD is #CD8142. Grayscale: #6E6E6E. Windows color (decimal): -13467971 or 12418610. OLE color: 12418610.

HSL color Cylindrical-coordinate representation of color #327EBD: hue angle of 207.19º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327EBD is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB50126189-
CMYK0.740.3300.26
HSL207.19º58.16%46.86%-
HSV(B)207.19º73.54%74.12%-
XYZ17.9619.2750.92-
YUV110.46172.3284.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 13.70%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=13.70%
G=34.52%
B=51.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal501261890.740.3300.26207.1958.1646.86
Hex327EBD4A2101Acf3a2f
Octal62176275112410323177257
Binary110010111111010111101100101010000101101011001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327EBD; }

 p { color: rgb(50,126,189); }

 H1.HeaderClassName
 {
   color: #327EBD;
 }
 .AnyTagClassName
 {
   color: #327EBD;
 }
</style>
background-color css

<style>
 a { background-color: #327EBD; }

 a { background-color: rgb(50,126,189); }

 div.DivClassName
 {
   background-color: #327EBD;
 }
 .BgClassName
 {
   background-color: #327EBD;
 }
</style>
border-color css

<style>
 span { border-color: #327EBD; }

 span { border-color: rgb(50,126,189); }

 td.TdClassName
 {
   border-color: #327EBD;
 }
 .TagClassName
 {
   border-color: #327EBD;
 }
</style>