#033A50

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

Shades of Sherpa Blue #033A50

Tints of Sherpa Blue #033A50

Color information

#033A50 (or 0x033A50) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3A and 50. RGB value is (3,58,80). Sum of RGB (Red+Green+Blue) = 3+58+80=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #033A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A50 is #FCC5AF. Grayscale: #2B2B2B. Windows color (decimal): -16565680 or 5257731. OLE color: 5257731.

HSL color Cylindrical-coordinate representation of color #033A50: hue angle of 197.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033A50 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35880-
CMYK0.960.2800.69
HSL197.14º92.77%16.27%-
HSV(B)197.14º96.25%31.37%-
XYZ33.628.13-
YUV44.06148.2898.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=2.13%
G=41.13%
B=56.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal358800.960.2800.69197.1492.7716.27
Hex33A50601C045c55d10
Octal37212014034010530513520
Binary1111101010100001100000111000100010111000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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