#327BB6

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

Shades of Curious Blue #327BB6

Tints of Curious Blue #327BB6

Color information

#327BB6 (or 0x327BB6) is unknown color: approx Curious Blue. HEX triplet: 32, 7B and B6. RGB value is (50,123,182). Sum of RGB (Red+Green+Blue) = 50+123+182=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #327BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BB6 is #CD8449. Grayscale: #6B6B6B. Windows color (decimal): -13468746 or 11959090. OLE color: 11959090.

HSL color Cylindrical-coordinate representation of color #327BB6: hue angle of 206.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327BB6 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50123182-
CMYK0.730.3200.29
HSL206.82º56.9%45.49%-
HSV(B)206.82º72.53%71.37%-
XYZ16.8418.2246.89-
YUV107.9169.8286.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=14.08%
G=34.65%
B=51.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501231820.730.3200.29206.8256.945.49
Hex327BB6492001Dcf392d
Octal62173266111400353177155
Binary110010111101110110110100100110000001110111001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,123,182); }

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

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

 a { background-color: rgb(50,123,182); }

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

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

 span { border-color: rgb(50,123,182); }

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