Html Css Color HEX #04345D Prussian Blue

📋 copy color: '#04345D'

red 4 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #04345D

Tints of Prussian Blue #04345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 2.68%
G = 34.9%
B = 62.42%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04345D (or 0x04345D) is known color: Prussian Blue. HEX triplet: 04, 34 and 5D. RGB value is (4,52,93). Sum of RGB (Red+Green+Blue) = 4+52+93=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #04345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04345D is #FBCBA2. Grayscale: #2A2A2A. Windows color (decimal): -16501667 or 6108164. OLE color: 6108164.

HSL color Cylindrical-coordinate representation of color #04345D: hue angle of 207.64º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04345D is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 52 93 -
CMYK 0.96 0.44 0 0.64
HSL 207.64º 0.92% 0.19% -
HSV(B) 207.64º 0.96% 0.36% -
XYZ 3.25 3.27 10.82 -
YUV 42.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 4 52 93 0.96 0.44 0 0.64 207.64 0.92 0.19
Hex 4 34 5D 60 2C 0 40 D0 5C 13
Octal 4 64 135 140 54 0 100 320 134 23
Binary 100 110100 1011101 1100000 101100 0 1000000 11010000 1011100 10011

Color Harmonies of #04345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04345D

Black with #04345D

Text Example


Text Example

White with #04345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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