#337BCD

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

Shades of Curious Blue #337BCD

Tints of Curious Blue #337BCD

Color information

#337BCD (or 0x337BCD) is unknown color: approx Curious Blue. HEX triplet: 33, 7B and CD. RGB value is (51,123,205). Sum of RGB (Red+Green+Blue) = 51+123+205=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #337BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BCD is #CC8432. Grayscale: #6E6E6E. Windows color (decimal): -13403187 or 13466419. OLE color: 13466419.

HSL color Cylindrical-coordinate representation of color #337BCD: hue angle of 211.95º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337BCD is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51123205-
CMYK0.750.400.20
HSL211.95º60.63%50.2%-
HSV(B)211.95º75.12%80.39%-
XYZ19.4719.2860.45-
YUV110.82181.1585.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=13.46%
G=32.45%
B=54.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511232050.750.400.20211.9560.6350.2
Hex337BCD4B28014d43d32
Octal63173315113500243247562
Binary110011111101111001101100101110100001010011010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,205); }

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

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

 a { background-color: rgb(51,123,205); }

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

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

 span { border-color: rgb(51,123,205); }

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