Html Css Color HEX #034662 Prussian Blue

📋 copy color: '#034662'

red 3 ◦ green 70 ◦ blue 98

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

Shades of Prussian Blue #034662

Tints of Prussian Blue #034662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 1.75%
G = 40.94%
B = 57.31%

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

#034662 (or 0x034662) is known color: Prussian Blue. HEX triplet: 03, 46 and 62. RGB value is (3,70,98). Sum of RGB (Red+Green+Blue) = 3+70+98=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #034662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034662 is #FCB99D. Grayscale: #343434. Windows color (decimal): -16562590 or 6440451. OLE color: 6440451.

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

Color convert

RGB 3 70 98 -
CMYK 0.97 0.29 0 0.62
HSL 197.68º 0.94% 0.2% -
HSV(B) 197.68º 0.97% 0.38% -
XYZ 4.43 5.28 12.34 -
YUV 53.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 3 70 98 0.97 0.29 0 0.62 197.68 0.94 0.2
Hex 3 46 62 61 1D 0 3E C6 5E 14
Octal 3 106 142 141 35 0 76 306 136 24
Binary 11 1000110 1100010 1100001 11101 0 111110 11000110 1011110 10100

Color Harmonies of #034662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034662

Black with #034662

Text Example


Text Example

White with #034662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034662; }

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

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

background-color css

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

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

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

border-color css

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

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

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