#033C4B

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

Shades of Sherpa Blue #033C4B

Tints of Sherpa Blue #033C4B

Color information

#033C4B (or 0x033C4B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3C and 4B. RGB value is (3,60,75). Sum of RGB (Red+Green+Blue) = 3+60+75=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #033C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C4B is #FCC3B4. Grayscale: #2C2C2C. Windows color (decimal): -16565173 or 4930563. OLE color: 4930563.

HSL color Cylindrical-coordinate representation of color #033C4B: hue angle of 192.5º 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 #033C4B is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36075-
CMYK0.960.2000.71
HSL192.5º92.31%15.29%-
HSV(B)192.5º96%29.41%-
XYZ2.923.767.23-
YUV44.67145.1298.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 60 (23.83% from 255) = 43.48%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=2.17%
G=43.48%
B=54.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal360750.960.2000.71192.592.3115.29
Hex33C4B6014047c05cf
Octal37411314024010730013417
Binary111111001001011110000010100010001111100000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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