#033A41

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

Shades of Sherpa Blue #033A41

Tints of Sherpa Blue #033A41

Color information

#033A41 (or 0x033A41) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3A and 41. RGB value is (3,58,65). Sum of RGB (Red+Green+Blue) = 3+58+65=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #033A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A41 is #FCC5BE. Grayscale: #2A2A2A. Windows color (decimal): -16565695 or 4274691. OLE color: 4274691.

HSL color Cylindrical-coordinate representation of color #033A41: hue angle of 186.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A41 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35865-
CMYK0.950.1100.75
HSL186.77º91.18%13.33%-
HSV(B)186.77º95.38%25.49%-
XYZ2.53.435.53-
YUV42.35140.7899.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=2.38%
G=46.03%
B=51.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal358650.950.1100.75186.7791.1813.33
Hex33A415FB04Bbb5bd
Octal37210113713011327313315
Binary11111010100000110111111011010010111011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,65); }

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

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

 a { background-color: rgb(3,58,65); }

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

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

 span { border-color: rgb(3,58,65); }

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