Html Css Color HEX #003B4A Sherpa Blue

📋 copy color: '#003B4A'

red 0 ◦ green 59 ◦ blue 74

#003B4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #003B4A

Tints of Sherpa Blue #003B4A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 59 (23.44% from 255) = 44.36%

 BLUE value IS 74 (29.3% from 255) = 55.64%

R = 0%
G = 44.36%
B = 55.64%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003B4A (or 0x003B4A) is known color: Sherpa Blue. HEX triplet: 00, 3B and 4A. RGB value is (0,59,74). Sum of RGB (Red+Green+Blue) = 0+59+74=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #003B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B4A is #FFC4B5. Grayscale: #2A2A2A. Windows color (decimal): -16762038 or 4864768. OLE color: 4864768.

HSL color Cylindrical-coordinate representation of color #003B4A: hue angle of 192.16º 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 #003B4A is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 59 74 -
CMYK 1 0.20 0 0.71
HSL 192.16º 1% 0.15% -
HSV(B) 192.16º 1% 0.29% -
XYZ 2.8 3.62 7.03 -
YUV 43.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 0 59 74 1 0.20 0 0.71 192.16 1 0.15
Hex 0 3B 4A 64 14 0 47 C0 64 F
Octal 0 73 112 144 24 0 107 300 144 17
Binary 0 111011 1001010 1100100 10100 0 1000111 11000000 1100100 1111

Color Harmonies of #003B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B4A

Black with #003B4A

Text Example


Text Example

White with #003B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003B4A;
 }
 .AnyTagClassName
 {
   color: #003B4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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