Html Css Color HEX #337ECD Curious Blue

📋 copy color: '#337ECD'

red 51 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #337ECD

Tints of Curious Blue #337ECD

RGB

 RED value IS 51 (20.31% from 255) = 13.35%

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 13.35%
G = 32.98%
B = 53.66%

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

#337ECD (or 0x337ECD) is known color: Curious Blue. HEX triplet: 33, 7E and CD. RGB value is (51,126,205). Sum of RGB (Red+Green+Blue) = 51+126+205=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #337ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ECD is #CC8132. Grayscale: #707070. Windows color (decimal): -13402419 or 13467187. OLE color: 13467187.

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

Color convert

RGB 51 126 205 -
CMYK 0.75 0.39 0 0.20
HSL 210.78º 0.61% 0.5% -
HSV(B) 210.78º 0.75% 0.8% -
XYZ 19.85 20.03 60.58 -
YUV 112.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 51 126 205 0.75 0.39 0 0.20 210.78 0.61 0.5
Hex 33 7E CD 4B 27 0 14 D3 3D 32
Octal 63 176 315 113 47 0 24 323 75 62
Binary 110011 1111110 11001101 1001011 100111 0 10100 11010011 111101 110010

Color Harmonies of #337ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337ECD

Black with #337ECD

Text Example


Text Example

White with #337ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #337ECD;
 }
 .AnyTagClassName
 {
   color: #337ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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