#033540

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

Shades of Sherpa Blue #033540

Tints of Sherpa Blue #033540

Color information

#033540 (or 0x033540) is unknown color: approx Sherpa Blue. HEX triplet: 03, 35 and 40. RGB value is (3,53,64). Sum of RGB (Red+Green+Blue) = 3+53+64=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #033540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033540 is #FCCABF. Grayscale: #272727. Windows color (decimal): -16566976 or 4207875. OLE color: 4207875.

HSL color Cylindrical-coordinate representation of color #033540: hue angle of 190.82º 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 #033540 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB35364-
CMYK0.950.1700.75
HSL190.82º91.04%13.14%-
HSV(B)190.82º95.31%25.1%-
XYZ2.242.945.3-
YUV39.3141.94102.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=2.5%
G=44.17%
B=53.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal353640.950.1700.75190.8291.0413.14
Hex335405F1104Bbf5bd
Octal36510013721011327713315
Binary111101011000000101111110001010010111011111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033540; }

 p { color: rgb(3,53,64); }

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

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

 a { background-color: rgb(3,53,64); }

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

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

 span { border-color: rgb(3,53,64); }

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