Html Css Color HEX #034666 Prussian Blue

📋 copy color: '#034666'

red 3 ◦ green 70 ◦ blue 102

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

Shades of Prussian Blue #034666

Tints of Prussian Blue #034666

RGB

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

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

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

R = 1.71%
G = 40%
B = 58.29%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#034666 (or 0x034666) is known color: Prussian Blue. HEX triplet: 03, 46 and 66. RGB value is (3,70,102). Sum of RGB (Red+Green+Blue) = 3+70+102=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #034666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034666 is #FCB999. Grayscale: #353535. Windows color (decimal): -16562586 or 6702595. OLE color: 6702595.

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

Color convert

RGB 3 70 102 -
CMYK 0.97 0.31 0 0.6
HSL 199.39º 0.94% 0.21% -
HSV(B) 199.39º 0.97% 0.4% -
XYZ 4.63 5.36 13.36 -
YUV 53.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 3 70 102 0.97 0.31 0 0.6 199.39 0.94 0.21
Hex 3 46 66 61 1F 0 3C C7 5E 15
Octal 3 106 146 141 37 0 74 307 136 25
Binary 11 1000110 1100110 1100001 11111 0 111100 11000111 1011110 10101

Color Harmonies of #034666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034666

Black with #034666

Text Example


Text Example

White with #034666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034666; }

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

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

background-color css

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

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

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

border-color css

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

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

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