#03424C

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

Shades of Sherpa Blue #03424C

Tints of Sherpa Blue #03424C

Color information

#03424C (or 0x03424C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 4C. RGB value is (3,66,76). Sum of RGB (Red+Green+Blue) = 3+66+76=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #03424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03424C is #FCBDB3. Grayscale: #303030. Windows color (decimal): -16563636 or 4997635. OLE color: 4997635.

HSL color Cylindrical-coordinate representation of color #03424C: hue angle of 188.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03424C is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB36676-
CMYK0.960.1300.70
HSL188.22º92.41%15.49%-
HSV(B)188.22º96.05%29.8%-
XYZ3.294.447.52-
YUV48.3143.6395.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=2.07%
G=45.52%
B=52.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal366760.960.1300.70188.2292.4115.49
Hex3424C60D046bc5cf
Octal310211414015010627413417
Binary111000010100110011000001101010001101011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03424C; }

 p { color: rgb(3,66,76); }

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

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

 a { background-color: rgb(3,66,76); }

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

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

 span { border-color: rgb(3,66,76); }

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