Html Css Color HEX #034668 Prussian Blue

📋 copy color: '#034668'

red 3 ◦ green 70 ◦ blue 104

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

Shades of Prussian Blue #034668

Tints of Prussian Blue #034668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 1.69%
G = 39.55%
B = 58.76%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034668 (or 0x034668) is known color: Prussian Blue. HEX triplet: 03, 46 and 68. RGB value is (3,70,104). Sum of RGB (Red+Green+Blue) = 3+70+104=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #034668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034668 is #FCB997. Grayscale: #353535. Windows color (decimal): -16562584 or 6833667. OLE color: 6833667.

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

Color convert

RGB 3 70 104 -
CMYK 0.97 0.33 0 0.59
HSL 200.2º 0.94% 0.21% -
HSV(B) 200.2º 0.97% 0.41% -
XYZ 4.73 5.4 13.89 -
YUV 53.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 3 70 104 0.97 0.33 0 0.59 200.2 0.94 0.21
Hex 3 46 68 61 21 0 3B C8 5E 15
Octal 3 106 150 141 41 0 73 310 136 25
Binary 11 1000110 1101000 1100001 100001 0 111011 11001000 1011110 10101

Color Harmonies of #034668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034668

Black with #034668

Text Example


Text Example

White with #034668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034668; }

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

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

background-color css

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

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

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

border-color css

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

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

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