Html Css Color HEX #034965 Prussian Blue

📋 copy color: '#034965'

red 3 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #034965

Tints of Prussian Blue #034965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 101 (39.84% from 255) = 57.06%

R = 1.69%
G = 41.24%
B = 57.06%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034965 (or 0x034965) is known color: Prussian Blue. HEX triplet: 03, 49 and 65. RGB value is (3,73,101). Sum of RGB (Red+Green+Blue) = 3+73+101=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #034965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034965 is #FCB69A. Grayscale: #373737. Windows color (decimal): -16561819 or 6637827. OLE color: 6637827.

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

Color convert

RGB 3 73 101 -
CMYK 0.97 0.28 0 0.60
HSL 197.14º 0.94% 0.2% -
HSV(B) 197.14º 0.97% 0.4% -
XYZ 4.77 5.72 13.17 -
YUV 55.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 3 73 101 0.97 0.28 0 0.60 197.14 0.94 0.2
Hex 3 49 65 61 1C 0 3C C5 5E 14
Octal 3 111 145 141 34 0 74 305 136 24
Binary 11 1001001 1100101 1100001 11100 0 111100 11000101 1011110 10100

Color Harmonies of #034965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034965

Black with #034965

Text Example


Text Example

White with #034965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034965; }

 p { color: rgb(3,73,101); }

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

background-color css

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

 a { background-color: rgb(3,73,101); }

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

border-color css

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

 span { border-color: rgb(3,73,101); }

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