Html Css Color HEX #04384E Sherpa Blue

📋 copy color: '#04384E'

red 4 ◦ green 56 ◦ blue 78

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

Shades of Sherpa Blue #04384E

Tints of Sherpa Blue #04384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 2.9%
G = 40.58%
B = 56.52%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04384E (or 0x04384E) is known color: Sherpa Blue. HEX triplet: 04, 38 and 4E. RGB value is (4,56,78). Sum of RGB (Red+Green+Blue) = 4+56+78=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #04384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04384E is #FBC7B1. Grayscale: #2A2A2A. Windows color (decimal): -16500658 or 5126148. OLE color: 5126148.

HSL color Cylindrical-coordinate representation of color #04384E: hue angle of 197.84º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04384E is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 56 78 -
CMYK 0.95 0.28 0 0.69
HSL 197.84º 0.9% 0.16% -
HSV(B) 197.84º 0.95% 0.31% -
XYZ 2.84 3.4 7.72 -
YUV 42.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 4 56 78 0.95 0.28 0 0.69 197.84 0.9 0.16
Hex 4 38 4E 5F 1C 0 45 C6 5A 10
Octal 4 70 116 137 34 0 105 306 132 20
Binary 100 111000 1001110 1011111 11100 0 1000101 11000110 1011010 10000

Color Harmonies of #04384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04384E

Black with #04384E

Text Example


Text Example

White with #04384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04384E; }

 p { color: rgb(4,56,78); }

 H1.HeaderClassName
 {
   color: #04384E;
 }
 .AnyTagClassName
 {
   color: #04384E;
 }
</style>

background-color css

<style>
 a { background-color: #04384E; }

 a { background-color: rgb(4,56,78); }

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

border-color css

<style>
 span { border-color: #04384E; }

 span { border-color: rgb(4,56,78); }

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