#033C4A

Color #033C4A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #033C4A

Tints of Sherpa Blue #033C4A

Color information

#033C4A (or 0x033C4A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3C and 4A. RGB value is (3,60,74). Sum of RGB (Red+Green+Blue) = 3+60+74=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #033C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C4A is #FCC3B5. Grayscale: #2C2C2C. Windows color (decimal): -16565174 or 4865027. OLE color: 4865027.

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

Color convert

RGB36074-
CMYK0.960.1900.71
HSL191.83º92.21%15.1%-
HSV(B)191.83º95.95%29.02%-
XYZ2.893.757.05-
YUV44.55144.6298.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 74 (29.30% from 255) = 54.01%
R=2.19%
G=43.80%
B=54.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal360740.960.1900.71191.8392.2115.1
Hex33C4A6013047c05cf
Octal37411214023010730013417
Binary111111001001010110000010011010001111100000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #033C4A;
 }
 .AnyTagClassName
 {
   color: #033C4A;
 }
</style>
background-color css

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

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

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

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

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

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