#337DCD

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

Shades of Curious Blue #337DCD

Tints of Curious Blue #337DCD

Color information

#337DCD (or 0x337DCD) is unknown color: approx Curious Blue. HEX triplet: 33, 7D and CD. RGB value is (51,125,205). Sum of RGB (Red+Green+Blue) = 51+125+205=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #337DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DCD is #CC8232. Grayscale: #6F6F6F. Windows color (decimal): -13402675 or 13466931. OLE color: 13466931.

HSL color Cylindrical-coordinate representation of color #337DCD: hue angle of 211.17º 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 #337DCD is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51125205-
CMYK0.750.3900.20
HSL211.17º60.63%50.2%-
HSV(B)211.17º75.12%80.39%-
XYZ19.7219.7860.54-
YUV111.99180.4884.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=13.39%
G=32.81%
B=53.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511252050.750.3900.20211.1760.6350.2
Hex337DCD4B27014d33d32
Octal63175315113470243237562
Binary110011111110111001101100101110011101010011010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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