#033A4D

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

Shades of Sherpa Blue #033A4D

Tints of Sherpa Blue #033A4D

Color information

#033A4D (or 0x033A4D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 3A and 4D. RGB value is (3,58,77). Sum of RGB (Red+Green+Blue) = 3+58+77=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #033A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A4D is #FCC5B2. Grayscale: #2B2B2B. Windows color (decimal): -16565683 or 5061123. OLE color: 5061123.

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

Color convert

RGB35877-
CMYK0.960.2500.70
HSL195.41º92.5%15.69%-
HSV(B)195.41º96.1%30.2%-
XYZ2.893.587.56-
YUV43.72146.7898.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 58 (23.05% from 255) = 42.03%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=2.17%
G=42.03%
B=55.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal358770.960.2500.70195.4192.515.69
Hex33A4D6019046c35c10
Octal37211514031010630313420
Binary1111101010011011100000110010100011011000011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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