#033F48

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

Shades of Sherpa Blue #033F48

Tints of Sherpa Blue #033F48

Color information

#033F48 (or 0x033F48) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3F and 48. RGB value is (3,63,72). Sum of RGB (Red+Green+Blue) = 3+63+72=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #033F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F48 is #FCC0B7. Grayscale: #2D2D2D. Windows color (decimal): -16564408 or 4734723. OLE color: 4734723.

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

Color convert

RGB36372-
CMYK0.960.1200.72
HSL187.83º92%14.71%-
HSV(B)187.83º95.83%28.24%-
XYZ2.984.046.75-
YUV46.09142.6297.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=2.17%
G=45.65%
B=52.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal363720.960.1200.72187.839214.71
Hex33F4860C048bc5cf
Octal37711014014011027413417
Binary11111111100100011000001100010010001011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,72); }

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

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

 a { background-color: rgb(3,63,72); }

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

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

 span { border-color: rgb(3,63,72); }

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