Html Css Color HEX #034966 Prussian Blue

📋 copy color: '#034966'

red 3 ◦ green 73 ◦ blue 102

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

Shades of Prussian Blue #034966

Tints of Prussian Blue #034966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

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

R = 1.69%
G = 41.01%
B = 57.3%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#034966 (or 0x034966) is known color: Prussian Blue. HEX triplet: 03, 49 and 66. RGB value is (3,73,102). Sum of RGB (Red+Green+Blue) = 3+73+102=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #034966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034966 is #FCB699. Grayscale: #373737. Windows color (decimal): -16561818 or 6703363. OLE color: 6703363.

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

Color convert

RGB 3 73 102 -
CMYK 0.97 0.28 0 0.6
HSL 197.58º 0.94% 0.21% -
HSV(B) 197.58º 0.97% 0.4% -
XYZ 4.82 5.74 13.43 -
YUV 55.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 3 73 102 0.97 0.28 0 0.6 197.58 0.94 0.21
Hex 3 49 66 61 1C 0 3C C6 5E 15
Octal 3 111 146 141 34 0 74 306 136 25
Binary 11 1001001 1100110 1100001 11100 0 111100 11000110 1011110 10101

Color Harmonies of #034966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034966

Black with #034966

Text Example


Text Example

White with #034966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034966; }

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

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

background-color css

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

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

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

border-color css

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

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

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