Html Css Color HEX #04354F Prussian Blue

📋 copy color: '#04354F'

red 4 ◦ green 53 ◦ blue 79

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

Shades of Prussian Blue #04354F

Tints of Prussian Blue #04354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 2.94%
G = 38.97%
B = 58.09%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04354F (or 0x04354F) is known color: Prussian Blue. HEX triplet: 04, 35 and 4F. RGB value is (4,53,79). Sum of RGB (Red+Green+Blue) = 4+53+79=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #04354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04354F is #FBCAB0. Grayscale: #292929. Windows color (decimal): -16501425 or 5190916. OLE color: 5190916.

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

Color convert

RGB 4 53 79 -
CMYK 0.95 0.33 0 0.69
HSL 200.8º 0.9% 0.16% -
HSV(B) 200.8º 0.95% 0.31% -
XYZ 2.73 3.14 7.86 -
YUV 41.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 4 53 79 0.95 0.33 0 0.69 200.8 0.9 0.16
Hex 4 35 4F 5F 21 0 45 C9 5A 10
Octal 4 65 117 137 41 0 105 311 132 20
Binary 100 110101 1001111 1011111 100001 0 1000101 11001001 1011010 10000

Color Harmonies of #04354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04354F

Black with #04354F

Text Example


Text Example

White with #04354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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