#033A4A

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

Shades of Sherpa Blue #033A4A

Tints of Sherpa Blue #033A4A

Color information

#033A4A (or 0x033A4A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3A and 4A. RGB value is (3,58,74). Sum of RGB (Red+Green+Blue) = 3+58+74=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #033A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A4A is #FCC5B5. Grayscale: #2B2B2B. Windows color (decimal): -16565686 or 4864515. OLE color: 4864515.

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

Color convert

RGB35874-
CMYK0.960.2200.71
HSL193.52º92.21%15.1%-
HSV(B)193.52º95.95%29.02%-
XYZ2.793.547.01-
YUV43.38145.2899.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 74 (29.30% from 255) = 54.81%
R=2.22%
G=42.96%
B=54.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal358740.960.2200.71193.5292.2115.1
Hex33A4A6016047c25cf
Octal37211214026010730213417
Binary111110101001010110000010110010001111100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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