Html Css Color HEX #337DCD Curious Blue

📋 copy color: '#337DCD'

red 51 ◦ green 125 ◦ blue 205

#337DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #337DCD

Tints of Curious Blue #337DCD

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 value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#337DCD (or 0x337DCD) is known color: 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

RGB 51 125 205 -
CMYK 0.75 0.39 0 0.20
HSL 211.17º 0.61% 0.5% -
HSV(B) 211.17º 0.75% 0.8% -
XYZ 19.72 19.78 60.54 -
YUV 111.99 180.48 84.5 -
System Red Green Blue C M Y K H S L
Decimal 51 125 205 0.75 0.39 0 0.20 211.17 0.61 0.5
Hex 33 7D CD 4B 27 0 14 D3 3D 32
Octal 63 175 315 113 47 0 24 323 75 62
Binary 110011 1111101 11001101 1001011 100111 0 10100 11010011 111101 110010

Color Harmonies of #337DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DCD

Black with #337DCD

Text Example


Text Example

White with #337DCD

Text Example


Text Example

HTML Codes & Css Web 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>