Html Css Color HEX #043267 Prussian Blue

📋 copy color: '#043267'

red 4 ◦ green 50 ◦ blue 103

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

Shades of Prussian Blue #043267

Tints of Prussian Blue #043267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 103 (40.63% from 255) = 65.61%

R = 2.55%
G = 31.85%
B = 65.61%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#043267 (or 0x043267) is known color: Prussian Blue. HEX triplet: 04, 32 and 67. RGB value is (4,50,103). Sum of RGB (Red+Green+Blue) = 4+50+103=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #043267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043267 is #FBCD98. Grayscale: #2A2A2A. Windows color (decimal): -16502169 or 6763012. OLE color: 6763012.

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

Color convert

RGB 4 50 103 -
CMYK 0.96 0.51 0 0.60
HSL 212.12º 0.93% 0.21% -
HSV(B) 212.12º 0.96% 0.4% -
XYZ 3.64 3.29 13.27 -
YUV 42.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 4 50 103 0.96 0.51 0 0.60 212.12 0.93 0.21
Hex 4 32 67 60 33 0 3C D4 5D 15
Octal 4 62 147 140 63 0 74 324 135 25
Binary 100 110010 1100111 1100000 110011 0 111100 11010100 1011101 10101

Color Harmonies of #043267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043267

Black with #043267

Text Example


Text Example

White with #043267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043267; }

 p { color: rgb(4,50,103); }

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

background-color css

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

 a { background-color: rgb(4,50,103); }

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

border-color css

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

 span { border-color: rgb(4,50,103); }

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