Html Css Color HEX #034460 Prussian Blue

📋 copy color: '#034460'

red 3 ◦ green 68 ◦ blue 96

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

Shades of Prussian Blue #034460

Tints of Prussian Blue #034460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.72%

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

R = 1.8%
G = 40.72%
B = 57.49%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034460 (or 0x034460) is known color: Prussian Blue. HEX triplet: 03, 44 and 60. RGB value is (3,68,96). Sum of RGB (Red+Green+Blue) = 3+68+96=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #034460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034460 is #FCBB9F. Grayscale: #333333. Windows color (decimal): -16563104 or 6308867. OLE color: 6308867.

HSL color Cylindrical-coordinate representation of color #034460: hue angle of 198.06º 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 #034460 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 68 96 -
CMYK 0.97 0.29 0 0.62
HSL 198.06º 0.94% 0.19% -
HSV(B) 198.06º 0.97% 0.38% -
XYZ 4.22 5 11.81 -
YUV 51.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 3 68 96 0.97 0.29 0 0.62 198.06 0.94 0.19
Hex 3 44 60 61 1D 0 3E C6 5E 13
Octal 3 104 140 141 35 0 76 306 136 23
Binary 11 1000100 1100000 1100001 11101 0 111110 11000110 1011110 10011

Color Harmonies of #034460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034460

Black with #034460

Text Example


Text Example

White with #034460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034460; }

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

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

background-color css

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

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

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

border-color css

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

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

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