Html Css Color HEX #034464 Prussian Blue

📋 copy color: '#034464'

red 3 ◦ green 68 ◦ blue 100

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

Shades of Prussian Blue #034464

Tints of Prussian Blue #034464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.48%

R = 1.75%
G = 39.77%
B = 58.48%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#034464 (or 0x034464) is known color: Prussian Blue. HEX triplet: 03, 44 and 64. RGB value is (3,68,100). Sum of RGB (Red+Green+Blue) = 3+68+100=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #034464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034464 is #FCBB9B. Grayscale: #343434. Windows color (decimal): -16563100 or 6571011. OLE color: 6571011.

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

Color convert

RGB 3 68 100 -
CMYK 0.97 0.32 0 0.61
HSL 199.79º 0.94% 0.2% -
HSV(B) 199.79º 0.97% 0.39% -
XYZ 4.4 5.07 12.8 -
YUV 52.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 3 68 100 0.97 0.32 0 0.61 199.79 0.94 0.2
Hex 3 44 64 61 20 0 3D C8 5E 14
Octal 3 104 144 141 40 0 75 310 136 24
Binary 11 1000100 1100100 1100001 100000 0 111101 11001000 1011110 10100

Color Harmonies of #034464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034464

Black with #034464

Text Example


Text Example

White with #034464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034464; }

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

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

background-color css

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

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

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

border-color css

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

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

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