Html Css Color HEX #034562 Prussian Blue

📋 copy color: '#034562'

red 3 ◦ green 69 ◦ blue 98

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

Shades of Prussian Blue #034562

Tints of Prussian Blue #034562

RGB

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

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

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

R = 1.76%
G = 40.59%
B = 57.65%

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

#034562 (or 0x034562) is known color: Prussian Blue. HEX triplet: 03, 45 and 62. RGB value is (3,69,98). Sum of RGB (Red+Green+Blue) = 3+69+98=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #034562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034562 is #FCBA9D. Grayscale: #343434. Windows color (decimal): -16562846 or 6440195. OLE color: 6440195.

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

Color convert

RGB 3 69 98 -
CMYK 0.97 0.30 0 0.62
HSL 198.32º 0.94% 0.2% -
HSV(B) 198.32º 0.97% 0.38% -
XYZ 4.37 5.16 12.32 -
YUV 52.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 3 69 98 0.97 0.30 0 0.62 198.32 0.94 0.2
Hex 3 45 62 61 1E 0 3E C6 5E 14
Octal 3 105 142 141 36 0 76 306 136 24
Binary 11 1000101 1100010 1100001 11110 0 111110 11000110 1011110 10100

Color Harmonies of #034562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034562

Black with #034562

Text Example


Text Example

White with #034562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034562; }

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

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

background-color css

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

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

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

border-color css

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

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

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