Html Css Color HEX #034461 Prussian Blue

📋 copy color: '#034461'

red 3 ◦ green 68 ◦ blue 97

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

Shades of Prussian Blue #034461

Tints of Prussian Blue #034461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 1.79%
G = 40.48%
B = 57.74%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034461 (or 0x034461) is known color: Prussian Blue. HEX triplet: 03, 44 and 61. RGB value is (3,68,97). Sum of RGB (Red+Green+Blue) = 3+68+97=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #034461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034461 is #FCBB9E. Grayscale: #333333. Windows color (decimal): -16563103 or 6374403. OLE color: 6374403.

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

Color convert

RGB 3 68 97 -
CMYK 0.97 0.30 0 0.62
HSL 198.51º 0.94% 0.2% -
HSV(B) 198.51º 0.97% 0.38% -
XYZ 4.26 5.02 12.05 -
YUV 51.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 3 68 97 0.97 0.30 0 0.62 198.51 0.94 0.2
Hex 3 44 61 61 1E 0 3E C7 5E 14
Octal 3 104 141 141 36 0 76 307 136 24
Binary 11 1000100 1100001 1100001 11110 0 111110 11000111 1011110 10100

Color Harmonies of #034461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034461

Black with #034461

Text Example


Text Example

White with #034461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034461; }

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

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

background-color css

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

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

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

border-color css

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

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

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