Html Css Color HEX #043368 Prussian Blue

📋 copy color: '#043368'

red 4 ◦ green 51 ◦ blue 104

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

Shades of Prussian Blue #043368

Tints of Prussian Blue #043368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.08%

 BLUE value IS 104 (41.02% from 255) = 65.41%

R = 2.52%
G = 32.08%
B = 65.41%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#043368 (or 0x043368) is known color: Prussian Blue. HEX triplet: 04, 33 and 68. RGB value is (4,51,104). Sum of RGB (Red+Green+Blue) = 4+51+104=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #043368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043368 is #FBCC97. Grayscale: #2A2A2A. Windows color (decimal): -16501912 or 6828804. OLE color: 6828804.

HSL color Cylindrical-coordinate representation of color #043368: hue angle of 211.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043368 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 51 104 -
CMYK 0.96 0.51 0 0.59
HSL 211.8º 0.93% 0.21% -
HSV(B) 211.8º 0.96% 0.41% -
XYZ 3.73 3.39 13.55 -
YUV 42.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 4 51 104 0.96 0.51 0 0.59 211.8 0.93 0.21
Hex 4 33 68 60 33 0 3B D4 5D 15
Octal 4 63 150 140 63 0 73 324 135 25
Binary 100 110011 1101000 1100000 110011 0 111011 11010100 1011101 10101

Color Harmonies of #043368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043368

Black with #043368

Text Example


Text Example

White with #043368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043368; }

 p { color: rgb(4,51,104); }

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

background-color css

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

 a { background-color: rgb(4,51,104); }

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

border-color css

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

 span { border-color: rgb(4,51,104); }

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