Html Css Color HEX #043350 Prussian Blue

📋 copy color: '#043350'

red 4 ◦ green 51 ◦ blue 80

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

Shades of Prussian Blue #043350

Tints of Prussian Blue #043350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 2.96%
G = 37.78%
B = 59.26%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#043350 (or 0x043350) is known color: Prussian Blue. HEX triplet: 04, 33 and 50. RGB value is (4,51,80). Sum of RGB (Red+Green+Blue) = 4+51+80=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #043350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043350 is #FBCCAF. Grayscale: #282828. Windows color (decimal): -16501936 or 5255940. OLE color: 5255940.

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

Color convert

RGB 4 51 80 -
CMYK 0.95 0.36 0 0.69
HSL 202.89º 0.9% 0.16% -
HSV(B) 202.89º 0.95% 0.31% -
XYZ 2.68 2.97 8.02 -
YUV 40.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 4 51 80 0.95 0.36 0 0.69 202.89 0.9 0.16
Hex 4 33 50 5F 24 0 45 CB 5A 10
Octal 4 63 120 137 44 0 105 313 132 20
Binary 100 110011 1010000 1011111 100100 0 1000101 11001011 1011010 10000

Color Harmonies of #043350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043350

Black with #043350

Text Example


Text Example

White with #043350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043350; }

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

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

background-color css

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

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

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

border-color css

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

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

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