Html Css Color HEX #00394D Sherpa Blue

📋 copy color: '#00394D'

red 0 ◦ green 57 ◦ blue 77

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

Shades of Sherpa Blue #00394D

Tints of Sherpa Blue #00394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.54%

 BLUE value IS 77 (30.47% from 255) = 57.46%

R = 0%
G = 42.54%
B = 57.46%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00394D (or 0x00394D) is known color: Sherpa Blue. HEX triplet: 00, 39 and 4D. RGB value is (0,57,77). Sum of RGB (Red+Green+Blue) = 0+57+77=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #00394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00394D is #FFC6B2. Grayscale: #2A2A2A. Windows color (decimal): -16762547 or 5060864. OLE color: 5060864.

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

Color convert

RGB 0 57 77 -
CMYK 1 0.26 0 0.70
HSL 195.58º 1% 0.15% -
HSV(B) 195.58º 1% 0.3% -
XYZ 2.8 3.46 7.54 -
YUV 42.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 0 57 77 1 0.26 0 0.70 195.58 1 0.15
Hex 0 39 4D 64 1A 0 46 C4 64 F
Octal 0 71 115 144 32 0 106 304 144 17
Binary 0 111001 1001101 1100100 11010 0 1000110 11000100 1100100 1111

Color Harmonies of #00394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00394D

Black with #00394D

Text Example


Text Example

White with #00394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00394D; }

 p { color: rgb(0,57,77); }

 H1.HeaderClassName
 {
   color: #00394D;
 }
 .AnyTagClassName
 {
   color: #00394D;
 }
</style>

background-color css

<style>
 a { background-color: #00394D; }

 a { background-color: rgb(0,57,77); }

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

border-color css

<style>
 span { border-color: #00394D; }

 span { border-color: rgb(0,57,77); }

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