Html Css Color HEX #003A4E Sherpa Blue

📋 copy color: '#003A4E'

red 0 ◦ green 58 ◦ blue 78

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

Shades of Sherpa Blue #003A4E

Tints of Sherpa Blue #003A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.65%

 BLUE value IS 78 (30.86% from 255) = 57.35%

R = 0%
G = 42.65%
B = 57.35%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#003A4E (or 0x003A4E) is known color: Sherpa Blue. HEX triplet: 00, 3A and 4E. RGB value is (0,58,78). Sum of RGB (Red+Green+Blue) = 0+58+78=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #003A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A4E is #FFC5B1. Grayscale: #2A2A2A. Windows color (decimal): -16762290 or 5126656. OLE color: 5126656.

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

Color convert

RGB 0 58 78 -
CMYK 1 0.26 0 0.69
HSL 195.38º 1% 0.15% -
HSV(B) 195.38º 1% 0.31% -
XYZ 2.89 3.58 7.75 -
YUV 42.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 0 58 78 1 0.26 0 0.69 195.38 1 0.15
Hex 0 3A 4E 64 1A 0 45 C3 64 F
Octal 0 72 116 144 32 0 105 303 144 17
Binary 0 111010 1001110 1100100 11010 0 1000101 11000011 1100100 1111

Color Harmonies of #003A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A4E

Black with #003A4E

Text Example


Text Example

White with #003A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,58,78); }

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

background-color css

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

 a { background-color: rgb(0,58,78); }

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

border-color css

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

 span { border-color: rgb(0,58,78); }

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