Html Css Color HEX #033C48 Sherpa Blue

📋 copy color: '#033C48'

red 3 ◦ green 60 ◦ blue 72

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

Shades of Sherpa Blue #033C48

Tints of Sherpa Blue #033C48

RGB

 RED value IS 3 (1.56% from 255) = 2.22%

 GREEN value IS 60 (23.83% from 255) = 44.44%

 BLUE value IS 72 (28.52% from 255) = 53.33%

R = 2.22%
G = 44.44%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#033C48 (or 0x033C48) is known color: Sherpa Blue. HEX triplet: 03, 3C and 48. RGB value is (3,60,72). Sum of RGB (Red+Green+Blue) = 3+60+72=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #033C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C48 is #FCC3B7. Grayscale: #2C2C2C. Windows color (decimal): -16565176 or 4733955. OLE color: 4733955.

HSL color Cylindrical-coordinate representation of color #033C48: hue angle of 190.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033C48 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 60 72 -
CMYK 0.96 0.17 0 0.72
HSL 190.43º 0.92% 0.15% -
HSV(B) 190.43º 0.96% 0.28% -
XYZ 2.82 3.72 6.7 -
YUV 44.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 3 60 72 0.96 0.17 0 0.72 190.43 0.92 0.15
Hex 3 3C 48 60 11 0 48 BE 5C F
Octal 3 74 110 140 21 0 110 276 134 17
Binary 11 111100 1001000 1100000 10001 0 1001000 10111110 1011100 1111

Color Harmonies of #033C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C48

Black with #033C48

Text Example


Text Example

White with #033C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C48; }

 p { color: rgb(3,60,72); }

 H1.HeaderClassName
 {
   color: #033C48;
 }
 .AnyTagClassName
 {
   color: #033C48;
 }
</style>

background-color css

<style>
 a { background-color: #033C48; }

 a { background-color: rgb(3,60,72); }

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

border-color css

<style>
 span { border-color: #033C48; }

 span { border-color: rgb(3,60,72); }

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