Html Css Color HEX #034468 Prussian Blue

📋 copy color: '#034468'

red 3 ◦ green 68 ◦ blue 104

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

Shades of Prussian Blue #034468

Tints of Prussian Blue #034468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.43%

R = 1.71%
G = 38.86%
B = 59.43%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034468 (or 0x034468) is known color: Prussian Blue. HEX triplet: 03, 44 and 68. RGB value is (3,68,104). Sum of RGB (Red+Green+Blue) = 3+68+104=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #034468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034468 is #FCBB97. Grayscale: #343434. Windows color (decimal): -16563096 or 6833155. OLE color: 6833155.

HSL color Cylindrical-coordinate representation of color #034468: hue angle of 201.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034468 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 68 104 -
CMYK 0.97 0.35 0 0.59
HSL 201.39º 0.94% 0.21% -
HSV(B) 201.39º 0.97% 0.41% -
XYZ 4.6 5.15 13.85 -
YUV 52.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 3 68 104 0.97 0.35 0 0.59 201.39 0.94 0.21
Hex 3 44 68 61 23 0 3B C9 5E 15
Octal 3 104 150 141 43 0 73 311 136 25
Binary 11 1000100 1101000 1100001 100011 0 111011 11001001 1011110 10101

Color Harmonies of #034468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034468

Black with #034468

Text Example


Text Example

White with #034468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034468; }

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

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

background-color css

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

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

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

border-color css

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

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

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