Html Css Color HEX #034769 Prussian Blue

📋 copy color: '#034769'

red 3 ◦ green 71 ◦ blue 105

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

Shades of Prussian Blue #034769

Tints of Prussian Blue #034769

RGB

 RED value IS 3 (1.56% from 255) = 1.68%

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 105 (41.41% from 255) = 58.66%

R = 1.68%
G = 39.66%
B = 58.66%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034769 (or 0x034769) is known color: Prussian Blue. HEX triplet: 03, 47 and 69. RGB value is (3,71,105). Sum of RGB (Red+Green+Blue) = 3+71+105=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #034769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034769 is #FCB896. Grayscale: #363636. Windows color (decimal): -16562327 or 6899459. OLE color: 6899459.

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

Color convert

RGB 3 71 105 -
CMYK 0.97 0.32 0 0.59
HSL 200º 0.94% 0.21% -
HSV(B) 200º 0.97% 0.41% -
XYZ 4.84 5.55 14.18 -
YUV 54.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 3 71 105 0.97 0.32 0 0.59 200 0.94 0.21
Hex 3 47 69 61 20 0 3B C8 5E 15
Octal 3 107 151 141 40 0 73 310 136 25
Binary 11 1000111 1101001 1100001 100000 0 111011 11001000 1011110 10101

Color Harmonies of #034769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034769

Black with #034769

Text Example


Text Example

White with #034769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034769; }

 p { color: rgb(3,71,105); }

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

background-color css

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

 a { background-color: rgb(3,71,105); }

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

border-color css

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

 span { border-color: rgb(3,71,105); }

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