Html Css Color HEX #034565 Prussian Blue

📋 copy color: '#034565'

red 3 ◦ green 69 ◦ blue 101

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

Shades of Prussian Blue #034565

Tints of Prussian Blue #034565

RGB

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

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

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

R = 1.73%
G = 39.88%
B = 58.38%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034565 (or 0x034565) is known color: Prussian Blue. HEX triplet: 03, 45 and 65. RGB value is (3,69,101). Sum of RGB (Red+Green+Blue) = 3+69+101=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #034565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034565 is #FCBA9A. Grayscale: #343434. Windows color (decimal): -16562843 or 6636803. OLE color: 6636803.

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

Color convert

RGB 3 69 101 -
CMYK 0.97 0.32 0 0.60
HSL 199.59º 0.94% 0.2% -
HSV(B) 199.59º 0.97% 0.4% -
XYZ 4.51 5.22 13.08 -
YUV 52.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 3 69 101 0.97 0.32 0 0.60 199.59 0.94 0.2
Hex 3 45 65 61 20 0 3C C8 5E 14
Octal 3 105 145 141 40 0 74 310 136 24
Binary 11 1000101 1100101 1100001 100000 0 111100 11001000 1011110 10100

Color Harmonies of #034565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034565

Black with #034565

Text Example


Text Example

White with #034565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034565; }

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

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

background-color css

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

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

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

border-color css

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

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

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