Html Css Color HEX #337FCB Curious Blue

📋 copy color: '#337FCB'

red 51 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #337FCB

Tints of Curious Blue #337FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 13.39%
G = 33.33%
B = 53.28%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#337FCB (or 0x337FCB) is known color: Curious Blue. HEX triplet: 33, 7F and CB. RGB value is (51,127,203). Sum of RGB (Red+Green+Blue) = 51+127+203=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #337FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FCB is #CC8034. Grayscale: #707070. Windows color (decimal): -13402165 or 13336371. OLE color: 13336371.

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

Color convert

RGB 51 127 203 -
CMYK 0.75 0.37 0 0.20
HSL 210º 0.6% 0.5% -
HSV(B) 210º 0.75% 0.8% -
XYZ 19.73 20.19 59.36 -
YUV 112.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 51 127 203 0.75 0.37 0 0.20 210 0.6 0.5
Hex 33 7F CB 4B 25 0 14 D2 3C 32
Octal 63 177 313 113 45 0 24 322 74 62
Binary 110011 1111111 11001011 1001011 100101 0 10100 11010010 111100 110010

Color Harmonies of #337FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FCB

Black with #337FCB

Text Example


Text Example

White with #337FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,203); }

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

background-color css

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

 a { background-color: rgb(51,127,203); }

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

border-color css

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

 span { border-color: rgb(51,127,203); }

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