#033A42

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

Shades of Sherpa Blue #033A42

Tints of Sherpa Blue #033A42

Color information

#033A42 (or 0x033A42) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3A and 42. RGB value is (3,58,66). Sum of RGB (Red+Green+Blue) = 3+58+66=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #033A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A42 is #FCC5BD. Grayscale: #2A2A2A. Windows color (decimal): -16565694 or 4340227. OLE color: 4340227.

HSL color Cylindrical-coordinate representation of color #033A42: hue angle of 187.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A42 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB35866-
CMYK0.950.1200.74
HSL187.62º91.3%13.53%-
HSV(B)187.62º95.45%25.88%-
XYZ2.533.445.68-
YUV42.47141.2899.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 66 (26.17% from 255) = 51.97%
R=2.36%
G=45.67%
B=51.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal358660.950.1200.74187.6291.313.53
Hex33A425FC04Abc5be
Octal37210213714011227413316
Binary11111010100001010111111100010010101011110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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