Html Css Color HEX #033C4C Sherpa Blue

📋 copy color: '#033C4C'

red 3 ◦ green 60 ◦ blue 76

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

Shades of Sherpa Blue #033C4C

Tints of Sherpa Blue #033C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 2.16%
G = 43.17%
B = 54.68%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#033C4C (or 0x033C4C) is known color: Sherpa Blue. HEX triplet: 03, 3C and 4C. RGB value is (3,60,76). Sum of RGB (Red+Green+Blue) = 3+60+76=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #033C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C4C is #FCC3B3. Grayscale: #2C2C2C. Windows color (decimal): -16565172 or 4996099. OLE color: 4996099.

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

Color convert

RGB 3 60 76 -
CMYK 0.96 0.21 0 0.70
HSL 193.15º 0.92% 0.15% -
HSV(B) 193.15º 0.96% 0.3% -
XYZ 2.96 3.77 7.41 -
YUV 44.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 3 60 76 0.96 0.21 0 0.70 193.15 0.92 0.15
Hex 3 3C 4C 60 15 0 46 C1 5C F
Octal 3 74 114 140 25 0 106 301 134 17
Binary 11 111100 1001100 1100000 10101 0 1000110 11000001 1011100 1111

Color Harmonies of #033C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C4C

Black with #033C4C

Text Example


Text Example

White with #033C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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