Html Css Color HEX #034560 Prussian Blue

📋 copy color: '#034560'

red 3 ◦ green 69 ◦ blue 96

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

Shades of Prussian Blue #034560

Tints of Prussian Blue #034560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.07%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 1.79%
G = 41.07%
B = 57.14%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034560 (or 0x034560) is known color: Prussian Blue. HEX triplet: 03, 45 and 60. RGB value is (3,69,96). Sum of RGB (Red+Green+Blue) = 3+69+96=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #034560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034560 is #FCBA9F. Grayscale: #343434. Windows color (decimal): -16562848 or 6309123. OLE color: 6309123.

HSL color Cylindrical-coordinate representation of color #034560: hue angle of 197.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034560 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 69 96 -
CMYK 0.97 0.28 0 0.62
HSL 197.42º 0.94% 0.19% -
HSV(B) 197.42º 0.97% 0.38% -
XYZ 4.28 5.12 11.83 -
YUV 52.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 3 69 96 0.97 0.28 0 0.62 197.42 0.94 0.19
Hex 3 45 60 61 1C 0 3E C5 5E 13
Octal 3 105 140 141 34 0 76 305 136 23
Binary 11 1000101 1100000 1100001 11100 0 111110 11000101 1011110 10011

Color Harmonies of #034560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034560

Black with #034560

Text Example


Text Example

White with #034560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034560; }

 p { color: rgb(3,69,96); }

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

background-color css

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

 a { background-color: rgb(3,69,96); }

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

border-color css

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

 span { border-color: rgb(3,69,96); }

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