#033941

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

Shades of Sherpa Blue #033941

Tints of Sherpa Blue #033941

Color information

#033941 (or 0x033941) is unknown color: approx Sherpa Blue. HEX triplet: 03, 39 and 41. RGB value is (3,57,65). Sum of RGB (Red+Green+Blue) = 3+57+65=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #033941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033941 is #FCC6BE. Grayscale: #292929. Windows color (decimal): -16565951 or 4274435. OLE color: 4274435.

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

Color convert

RGB35765-
CMYK0.950.1200.75
HSL187.74º91.18%13.33%-
HSV(B)187.74º95.38%25.49%-
XYZ2.453.335.51-
YUV41.77141.11100.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 57 (22.66% from 255) = 45.6%
BLUE value IS 65 (25.78% from 255) = 52%
R=2.4%
G=45.6%
B=52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal357650.950.1200.75187.7491.1813.33
Hex339415FC04Bbc5bd
Octal37110113714011327413315
Binary11111001100000110111111100010010111011110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033941; }

 p { color: rgb(3,57,65); }

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

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

 a { background-color: rgb(3,57,65); }

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

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

 span { border-color: rgb(3,57,65); }

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