Html Css Color HEX #034768 Prussian Blue

📋 copy color: '#034768'

red 3 ◦ green 71 ◦ blue 104

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

Shades of Prussian Blue #034768

Tints of Prussian Blue #034768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 1.69%
G = 39.89%
B = 58.43%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#034768 (or 0x034768) is known color: Prussian Blue. HEX triplet: 03, 47 and 68. RGB value is (3,71,104). Sum of RGB (Red+Green+Blue) = 3+71+104=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #034768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034768 is #FCB897. Grayscale: #363636. Windows color (decimal): -16562328 or 6833923. OLE color: 6833923.

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

Color convert

RGB 3 71 104 -
CMYK 0.97 0.32 0 0.59
HSL 199.6º 0.94% 0.21% -
HSV(B) 199.6º 0.97% 0.41% -
XYZ 4.79 5.53 13.91 -
YUV 54.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 3 71 104 0.97 0.32 0 0.59 199.6 0.94 0.21
Hex 3 47 68 61 20 0 3B C8 5E 15
Octal 3 107 150 141 40 0 73 310 136 25
Binary 11 1000111 1101000 1100001 100000 0 111011 11001000 1011110 10101

Color Harmonies of #034768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034768

Black with #034768

Text Example


Text Example

White with #034768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034768; }

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

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

background-color css

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

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

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

border-color css

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

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

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