Html Css Color HEX #04356C Prussian Blue

📋 copy color: '#04356C'

red 4 ◦ green 53 ◦ blue 108

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

Shades of Prussian Blue #04356C

Tints of Prussian Blue #04356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.45%

R = 2.42%
G = 32.12%
B = 65.45%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04356C (or 0x04356C) is known color: Prussian Blue. HEX triplet: 04, 35 and 6C. RGB value is (4,53,108). Sum of RGB (Red+Green+Blue) = 4+53+108=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #04356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356C is #FBCA93. Grayscale: #2C2C2C. Windows color (decimal): -16501396 or 7091460. OLE color: 7091460.

HSL color Cylindrical-coordinate representation of color #04356C: hue angle of 211.73º 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 #04356C is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 53 108 -
CMYK 0.96 0.51 0 0.58
HSL 211.73º 0.93% 0.22% -
HSV(B) 211.73º 0.96% 0.42% -
XYZ 4.03 3.65 14.68 -
YUV 44.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 4 53 108 0.96 0.51 0 0.58 211.73 0.93 0.22
Hex 4 35 6C 60 33 0 3A D4 5D 16
Octal 4 65 154 140 63 0 72 324 135 26
Binary 100 110101 1101100 1100000 110011 0 111010 11010100 1011101 10110

Color Harmonies of #04356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04356C

Black with #04356C

Text Example


Text Example

White with #04356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04356C; }

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

 H1.HeaderClassName
 {
   color: #04356C;
 }
 .AnyTagClassName
 {
   color: #04356C;
 }
</style>

background-color css

<style>
 a { background-color: #04356C; }

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

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

border-color css

<style>
 span { border-color: #04356C; }

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

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