Html Css Color HEX #04394B Sherpa Blue

📋 copy color: '#04394B'

red 4 ◦ green 57 ◦ blue 75

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

Shades of Sherpa Blue #04394B

Tints of Sherpa Blue #04394B

RGB

 RED value IS 4 (1.95% from 255) = 2.94%

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

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

R = 2.94%
G = 41.91%
B = 55.15%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04394B (or 0x04394B) is known color: Sherpa Blue. HEX triplet: 04, 39 and 4B. RGB value is (4,57,75). Sum of RGB (Red+Green+Blue) = 4+57+75=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 57 (22.66% from 255 or 41.91% 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 #04394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04394B is #FBC6B4. Grayscale: #2B2B2B. Windows color (decimal): -16500405 or 4929796. OLE color: 4929796.

HSL color Cylindrical-coordinate representation of color #04394B: hue angle of 195.21º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04394B is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 57 75 -
CMYK 0.95 0.24 0 0.71
HSL 195.21º 0.9% 0.15% -
HSV(B) 195.21º 0.95% 0.29% -
XYZ 2.78 3.46 7.18 -
YUV 43.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 4 57 75 0.95 0.24 0 0.71 195.21 0.9 0.15
Hex 4 39 4B 5F 18 0 47 C3 5A F
Octal 4 71 113 137 30 0 107 303 132 17
Binary 100 111001 1001011 1011111 11000 0 1000111 11000011 1011010 1111

Color Harmonies of #04394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04394B

Black with #04394B

Text Example


Text Example

White with #04394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04394B; }

 p { color: rgb(4,57,75); }

 H1.HeaderClassName
 {
   color: #04394B;
 }
 .AnyTagClassName
 {
   color: #04394B;
 }
</style>

background-color css

<style>
 a { background-color: #04394B; }

 a { background-color: rgb(4,57,75); }

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

border-color css

<style>
 span { border-color: #04394B; }

 span { border-color: rgb(4,57,75); }

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