Html Css Color HEX #043452 Prussian Blue

📋 copy color: '#043452'

red 4 ◦ green 52 ◦ blue 82

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

Shades of Prussian Blue #043452

Tints of Prussian Blue #043452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.42%

R = 2.9%
G = 37.68%
B = 59.42%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#043452 (or 0x043452) is known color: Prussian Blue. HEX triplet: 04, 34 and 52. RGB value is (4,52,82). Sum of RGB (Red+Green+Blue) = 4+52+82=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #043452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043452 is #FBCBAD. Grayscale: #282828. Windows color (decimal): -16501678 or 5387268. OLE color: 5387268.

HSL color Cylindrical-coordinate representation of color #043452: hue angle of 203.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043452 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 52 82 -
CMYK 0.95 0.37 0 0.68
HSL 203.08º 0.91% 0.17% -
HSV(B) 203.08º 0.95% 0.32% -
XYZ 2.8 3.09 8.43 -
YUV 41.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 4 52 82 0.95 0.37 0 0.68 203.08 0.91 0.17
Hex 4 34 52 5F 25 0 44 CB 5B 11
Octal 4 64 122 137 45 0 104 313 133 21
Binary 100 110100 1010010 1011111 100101 0 1000100 11001011 1011011 10001

Color Harmonies of #043452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043452

Black with #043452

Text Example


Text Example

White with #043452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043452; }

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

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

background-color css

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

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

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

border-color css

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

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

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