Html Css Color HEX #04345A Prussian Blue

📋 copy color: '#04345A'

red 4 ◦ green 52 ◦ blue 90

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

Shades of Prussian Blue #04345A

Tints of Prussian Blue #04345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

 BLUE value IS 90 (35.55% from 255) = 61.64%

R = 2.74%
G = 35.62%
B = 61.64%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04345A (or 0x04345A) is known color: Prussian Blue. HEX triplet: 04, 34 and 5A. RGB value is (4,52,90). Sum of RGB (Red+Green+Blue) = 4+52+90=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #04345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345A is #FBCBA5. Grayscale: #292929. Windows color (decimal): -16501670 or 5911556. OLE color: 5911556.

HSL color Cylindrical-coordinate representation of color #04345A: hue angle of 206.51º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04345A is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 52 90 -
CMYK 0.96 0.42 0 0.65
HSL 206.51º 0.91% 0.18% -
HSV(B) 206.51º 0.96% 0.35% -
XYZ 3.12 3.22 10.13 -
YUV 41.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 4 52 90 0.96 0.42 0 0.65 206.51 0.91 0.18
Hex 4 34 5A 60 2A 0 41 CF 5B 12
Octal 4 64 132 140 52 0 101 317 133 22
Binary 100 110100 1011010 1100000 101010 0 1000001 11001111 1011011 10010

Color Harmonies of #04345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04345A

Black with #04345A

Text Example


Text Example

White with #04345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,52,90); }

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

background-color css

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

 a { background-color: rgb(4,52,90); }

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

border-color css

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

 span { border-color: rgb(4,52,90); }

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