Html Css Color HEX #337DC0 Curious Blue

📋 copy color: '#337DC0'

red 51 ◦ green 125 ◦ blue 192

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

Shades of Curious Blue #337DC0

Tints of Curious Blue #337DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 192 (75.39% from 255) = 52.17%

R = 13.86%
G = 33.97%
B = 52.17%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#337DC0 (or 0x337DC0) is known color: Curious Blue. HEX triplet: 33, 7D and C0. RGB value is (51,125,192). Sum of RGB (Red+Green+Blue) = 51+125+192=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #337DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DC0 is #CC823F. Grayscale: #6E6E6E. Windows color (decimal): -13402688 or 12614963. OLE color: 12614963.

HSL color Cylindrical-coordinate representation of color #337DC0: hue angle of 208.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337DC0 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 125 192 -
CMYK 0.73 0.35 0 0.25
HSL 208.51º 0.58% 0.48% -
HSV(B) 208.51º 0.73% 0.75% -
XYZ 18.21 19.18 52.61 -
YUV 110.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 51 125 192 0.73 0.35 0 0.25 208.51 0.58 0.48
Hex 33 7D C0 49 23 0 19 D1 3A 30
Octal 63 175 300 111 43 0 31 321 72 60
Binary 110011 1111101 11000000 1001001 100011 0 11001 11010001 111010 110000

Color Harmonies of #337DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DC0

Black with #337DC0

Text Example


Text Example

White with #337DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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