Html Css Color HEX #034465 Prussian Blue

📋 copy color: '#034465'

red 3 ◦ green 68 ◦ blue 101

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

Shades of Prussian Blue #034465

Tints of Prussian Blue #034465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

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

R = 1.74%
G = 39.53%
B = 58.72%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034465 (or 0x034465) is known color: Prussian Blue. HEX triplet: 03, 44 and 65. RGB value is (3,68,101). Sum of RGB (Red+Green+Blue) = 3+68+101=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #034465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034465 is #FCBB9A. Grayscale: #343434. Windows color (decimal): -16563099 or 6636547. OLE color: 6636547.

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

Color convert

RGB 3 68 101 -
CMYK 0.97 0.33 0 0.60
HSL 200.2º 0.94% 0.2% -
HSV(B) 200.2º 0.97% 0.4% -
XYZ 4.45 5.09 13.06 -
YUV 52.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 3 68 101 0.97 0.33 0 0.60 200.2 0.94 0.2
Hex 3 44 65 61 21 0 3C C8 5E 14
Octal 3 104 145 141 41 0 74 310 136 24
Binary 11 1000100 1100101 1100001 100001 0 111100 11001000 1011110 10100

Color Harmonies of #034465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034465

Black with #034465

Text Example


Text Example

White with #034465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034465; }

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

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

background-color css

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

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

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

border-color css

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

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

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