Html Css Color HEX #034766 Prussian Blue

📋 copy color: '#034766'

red 3 ◦ green 71 ◦ blue 102

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

Shades of Prussian Blue #034766

Tints of Prussian Blue #034766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 57.95%

R = 1.7%
G = 40.34%
B = 57.95%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#034766 (or 0x034766) is known color: Prussian Blue. HEX triplet: 03, 47 and 66. RGB value is (3,71,102). Sum of RGB (Red+Green+Blue) = 3+71+102=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #034766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034766 is #FCB899. Grayscale: #363636. Windows color (decimal): -16562330 or 6702851. OLE color: 6702851.

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

Color convert

RGB 3 71 102 -
CMYK 0.97 0.30 0 0.6
HSL 198.79º 0.94% 0.21% -
HSV(B) 198.79º 0.97% 0.4% -
XYZ 4.69 5.49 13.38 -
YUV 54.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 3 71 102 0.97 0.30 0 0.6 198.79 0.94 0.21
Hex 3 47 66 61 1E 0 3C C7 5E 15
Octal 3 107 146 141 36 0 74 307 136 25
Binary 11 1000111 1100110 1100001 11110 0 111100 11000111 1011110 10101

Color Harmonies of #034766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034766

Black with #034766

Text Example


Text Example

White with #034766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034766; }

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

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

background-color css

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

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

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

border-color css

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

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

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