Html Css Color HEX #04396A Prussian Blue

📋 copy color: '#04396A'

red 4 ◦ green 57 ◦ blue 106

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

Shades of Prussian Blue #04396A

Tints of Prussian Blue #04396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 63.47%

R = 2.4%
G = 34.13%
B = 63.47%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04396A (or 0x04396A) is known color: Prussian Blue. HEX triplet: 04, 39 and 6A. RGB value is (4,57,106). Sum of RGB (Red+Green+Blue) = 4+57+106=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #04396A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04396A is #FBC695. Grayscale: #2E2E2E. Windows color (decimal): -16500374 or 6961412. OLE color: 6961412.

HSL color Cylindrical-coordinate representation of color #04396A: hue angle of 208.82º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04396A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 57 106 -
CMYK 0.96 0.46 0 0.58
HSL 208.82º 0.93% 0.22% -
HSV(B) 208.82º 0.96% 0.42% -
XYZ 4.11 3.99 14.19 -
YUV 46.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 4 57 106 0.96 0.46 0 0.58 208.82 0.93 0.22
Hex 4 39 6A 60 2E 0 3A D1 5D 16
Octal 4 71 152 140 56 0 72 321 135 26
Binary 100 111001 1101010 1100000 101110 0 111010 11010001 1011101 10110

Color Harmonies of #04396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04396A

Black with #04396A

Text Example


Text Example

White with #04396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04396A; }

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

 H1.HeaderClassName
 {
   color: #04396A;
 }
 .AnyTagClassName
 {
   color: #04396A;
 }
</style>

background-color css

<style>
 a { background-color: #04396A; }

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

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

border-color css

<style>
 span { border-color: #04396A; }

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

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