Html Css Color HEX #034162 Prussian Blue

📋 copy color: '#034162'

red 3 ◦ green 65 ◦ blue 98

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

Shades of Prussian Blue #034162

Tints of Prussian Blue #034162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 1.81%
G = 39.16%
B = 59.04%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#034162 (or 0x034162) is known color: Prussian Blue. HEX triplet: 03, 41 and 62. RGB value is (3,65,98). Sum of RGB (Red+Green+Blue) = 3+65+98=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #034162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034162 is #FCBE9D. Grayscale: #323232. Windows color (decimal): -16563870 or 6439171. OLE color: 6439171.

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

Color convert

RGB 3 65 98 -
CMYK 0.97 0.34 0 0.62
HSL 200.84º 0.94% 0.2% -
HSV(B) 200.84º 0.97% 0.38% -
XYZ 4.13 4.68 12.24 -
YUV 50.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 3 65 98 0.97 0.34 0 0.62 200.84 0.94 0.2
Hex 3 41 62 61 22 0 3E C9 5E 14
Octal 3 101 142 141 42 0 76 311 136 24
Binary 11 1000001 1100010 1100001 100010 0 111110 11001001 1011110 10100

Color Harmonies of #034162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034162

Black with #034162

Text Example


Text Example

White with #034162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034162; }

 p { color: rgb(3,65,98); }

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

background-color css

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

 a { background-color: rgb(3,65,98); }

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

border-color css

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

 span { border-color: rgb(3,65,98); }

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