#337FB6

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

Shades of Curious Blue #337FB6

Tints of Curious Blue #337FB6

Color information

#337FB6 (or 0x337FB6) is unknown color: approx Curious Blue. HEX triplet: 33, 7F and B6. RGB value is (51,127,182). Sum of RGB (Red+Green+Blue) = 51+127+182=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #337FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FB6 is #CC8049. Grayscale: #6E6E6E. Windows color (decimal): -13402186 or 11960115. OLE color: 11960115.

HSL color Cylindrical-coordinate representation of color #337FB6: hue angle of 205.19º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #337FB6 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB51127182-
CMYK0.720.3000.29
HSL205.19º56.22%45.69%-
HSV(B)205.19º71.98%71.37%-
XYZ17.419.2647.06-
YUV110.55168.3285.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 182 (71.48% from 255) = 50.56%
R=14.17%
G=35.28%
B=50.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511271820.720.3000.29205.1956.2245.69
Hex337FB6481E01Dcd382e
Octal63177266110360353157056
Binary11001111111111011011010010001111001110111001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337FB6; }

 p { color: rgb(51,127,182); }

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

<style>
 a { background-color: #337FB6; }

 a { background-color: rgb(51,127,182); }

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

<style>
 span { border-color: #337FB6; }

 span { border-color: rgb(51,127,182); }

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