Html Css Color HEX #003D4B Sherpa Blue

📋 copy color: '#003D4B'

red 0 ◦ green 61 ◦ blue 75

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

Shades of Sherpa Blue #003D4B

Tints of Sherpa Blue #003D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.85%

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

R = 0%
G = 44.85%
B = 55.15%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#003D4B (or 0x003D4B) is known color: Sherpa Blue. HEX triplet: 00, 3D and 4B. RGB value is (0,61,75). Sum of RGB (Red+Green+Blue) = 0+61+75=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #003D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D4B is #FFC2B4. Grayscale: #2C2C2C. Windows color (decimal): -16761525 or 4930816. OLE color: 4930816.

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

Color convert

RGB 0 61 75 -
CMYK 1 0.19 0 0.71
HSL 191.2º 1% 0.15% -
HSV(B) 191.2º 1% 0.29% -
XYZ 2.94 3.85 7.24 -
YUV 44.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 0 61 75 1 0.19 0 0.71 191.2 1 0.15
Hex 0 3D 4B 64 13 0 47 BF 64 F
Octal 0 75 113 144 23 0 107 277 144 17
Binary 0 111101 1001011 1100100 10011 0 1000111 10111111 1100100 1111

Color Harmonies of #003D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D4B

Black with #003D4B

Text Example


Text Example

White with #003D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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