#003B4B

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

Shades of Sherpa Blue #003B4B

Tints of Sherpa Blue #003B4B

Color information

#003B4B (or 0x003B4B) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3B and 4B. RGB value is (0,59,75). Sum of RGB (Red+Green+Blue) = 0+59+75=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #003B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B4B is #FFC4B4. Grayscale: #2B2B2B. Windows color (decimal): -16762037 or 4930304. OLE color: 4930304.

HSL color Cylindrical-coordinate representation of color #003B4B: hue angle of 192.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B4B is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB05975-
CMYK10.2100.71
HSL192.8º100%14.71%-
HSV(B)192.8º100%29.41%-
XYZ2.833.647.21-
YUV43.18145.9597.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=0%
G=44.03%
B=55.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0597510.2100.71192.810014.71
Hex03B4B6415047c164f
Octal07311314425010730114417
Binary01110111001011110010010101010001111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003B4B; }

 p { color: rgb(0,59,75); }

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

<style>
 a { background-color: #003B4B; }

 a { background-color: rgb(0,59,75); }

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

<style>
 span { border-color: #003B4B; }

 span { border-color: rgb(0,59,75); }

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