#03414B

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

Shades of Sherpa Blue #03414B

Tints of Sherpa Blue #03414B

Color information

#03414B (or 0x03414B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 4B. RGB value is (3,65,75). Sum of RGB (Red+Green+Blue) = 3+65+75=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #03414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03414B is #FCBEB4. Grayscale: #2F2F2F. Windows color (decimal): -16563893 or 4931843. OLE color: 4931843.

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

Color convert

RGB36575-
CMYK0.960.1300.71
HSL188.33º92.31%15.29%-
HSV(B)188.33º96%29.41%-
XYZ3.24.317.32-
YUV47.6143.4696.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=2.10%
G=45.45%
B=52.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal365750.960.1300.71188.3392.3115.29
Hex3414B60D047bc5cf
Octal310111314015010727413417
Binary111000001100101111000001101010001111011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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