#033D50

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

Shades of Sherpa Blue #033D50

Tints of Sherpa Blue #033D50

Color information

#033D50 (or 0x033D50) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3D and 50. RGB value is (3,61,80). Sum of RGB (Red+Green+Blue) = 3+61+80=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #033D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D50 is #FCC2AF. Grayscale: #2D2D2D. Windows color (decimal): -16564912 or 5258499. OLE color: 5258499.

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

Color convert

RGB36180-
CMYK0.960.2400.69
HSL194.81º92.77%16.27%-
HSV(B)194.81º96.25%31.37%-
XYZ3.153.948.18-
YUV45.82147.2897.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 61 (24.22% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=2.08%
G=42.36%
B=55.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal361800.960.2400.69194.8192.7716.27
Hex33D506018045c35d10
Octal37512014030010530313520
Binary1111110110100001100000110000100010111000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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