Html Css Color HEX #337DCB Curious Blue

📋 copy color: '#337DCB'

red 51 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #337DCB

Tints of Curious Blue #337DCB

RGB

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

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

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

R = 13.46%
G = 32.98%
B = 53.56%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#337DCB (or 0x337DCB) is known color: Curious Blue. HEX triplet: 33, 7D and CB. RGB value is (51,125,203). Sum of RGB (Red+Green+Blue) = 51+125+203=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #337DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DCB is #CC8234. Grayscale: #6F6F6F. Windows color (decimal): -13402677 or 13335859. OLE color: 13335859.

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

Color convert

RGB 51 125 203 -
CMYK 0.75 0.38 0 0.20
HSL 210.79º 0.6% 0.5% -
HSV(B) 210.79º 0.75% 0.8% -
XYZ 19.48 19.68 59.27 -
YUV 111.77 179.48 84.66 -
System Red Green Blue C M Y K H S L
Decimal 51 125 203 0.75 0.38 0 0.20 210.79 0.6 0.5
Hex 33 7D CB 4B 26 0 14 D3 3C 32
Octal 63 175 313 113 46 0 24 323 74 62
Binary 110011 1111101 11001011 1001011 100110 0 10100 11010011 111100 110010

Color Harmonies of #337DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DCB

Black with #337DCB

Text Example


Text Example

White with #337DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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