Html Css Color HEX #04354E Prussian Blue

📋 copy color: '#04354E'

red 4 ◦ green 53 ◦ blue 78

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

Shades of Prussian Blue #04354E

Tints of Prussian Blue #04354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 2.96%
G = 39.26%
B = 57.78%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04354E (or 0x04354E) is known color: Prussian Blue. HEX triplet: 04, 35 and 4E. RGB value is (4,53,78). Sum of RGB (Red+Green+Blue) = 4+53+78=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #04354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04354E is #FBCAB1. Grayscale: #292929. Windows color (decimal): -16501426 or 5125380. OLE color: 5125380.

HSL color Cylindrical-coordinate representation of color #04354E: hue angle of 200.27º 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 #04354E is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 53 78 -
CMYK 0.95 0.32 0 0.69
HSL 200.27º 0.9% 0.16% -
HSV(B) 200.27º 0.95% 0.31% -
XYZ 2.7 3.12 7.67 -
YUV 41.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 4 53 78 0.95 0.32 0 0.69 200.27 0.9 0.16
Hex 4 35 4E 5F 20 0 45 C8 5A 10
Octal 4 65 116 137 40 0 105 310 132 20
Binary 100 110101 1001110 1011111 100000 0 1000101 11001000 1011010 10000

Color Harmonies of #04354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04354E

Black with #04354E

Text Example


Text Example

White with #04354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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