#03424B

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

Shades of Sherpa Blue #03424B

Tints of Sherpa Blue #03424B

Color information

#03424B (or 0x03424B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 42 and 4B. RGB value is (3,66,75). Sum of RGB (Red+Green+Blue) = 3+66+75=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #03424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03424B is #FCBDB4. Grayscale: #303030. Windows color (decimal): -16563637 or 4932099. OLE color: 4932099.

HSL color Cylindrical-coordinate representation of color #03424B: hue angle of 187.5º 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 #03424B is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36675-
CMYK0.960.1200.71
HSL187.5º92.31%15.29%-
HSV(B)187.5º96%29.41%-
XYZ3.264.427.34-
YUV48.19143.1395.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 75 (29.69% from 255) = 52.08%
R=2.08%
G=45.83%
B=52.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal366750.960.1200.71187.592.3115.29
Hex3424B60C047bc5cf
Octal310211314014010727413417
Binary111000010100101111000001100010001111011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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