Html Css Color HEX #003A4B Sherpa Blue

📋 copy color: '#003A4B'

red 0 ◦ green 58 ◦ blue 75

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

Shades of Sherpa Blue #003A4B

Tints of Sherpa Blue #003A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 56.39%

R = 0%
G = 43.61%
B = 56.39%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003A4B (or 0x003A4B) is known color: Sherpa Blue. HEX triplet: 00, 3A and 4B. RGB value is (0,58,75). Sum of RGB (Red+Green+Blue) = 0+58+75=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #003A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A4B is #FFC5B4. Grayscale: #2A2A2A. Windows color (decimal): -16762293 or 4930048. OLE color: 4930048.

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

Color convert

RGB 0 58 75 -
CMYK 1 0.23 0 0.71
HSL 193.6º 1% 0.15% -
HSV(B) 193.6º 1% 0.29% -
XYZ 2.78 3.53 7.19 -
YUV 42.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 0 58 75 1 0.23 0 0.71 193.6 1 0.15
Hex 0 3A 4B 64 17 0 47 C2 64 F
Octal 0 72 113 144 27 0 107 302 144 17
Binary 0 111010 1001011 1100100 10111 0 1000111 11000010 1100100 1111

Color Harmonies of #003A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A4B

Black with #003A4B

Text Example


Text Example

White with #003A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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