Html Css Color HEX #034967 Prussian Blue

📋 copy color: '#034967'

red 3 ◦ green 73 ◦ blue 103

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

Shades of Prussian Blue #034967

Tints of Prussian Blue #034967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 57.54%

R = 1.68%
G = 40.78%
B = 57.54%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#034967 (or 0x034967) is known color: Prussian Blue. HEX triplet: 03, 49 and 67. RGB value is (3,73,103). Sum of RGB (Red+Green+Blue) = 3+73+103=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #034967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034967 is #FCB698. Grayscale: #373737. Windows color (decimal): -16561817 or 6768899. OLE color: 6768899.

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

Color convert

RGB 3 73 103 -
CMYK 0.97 0.29 0 0.60
HSL 198º 0.94% 0.21% -
HSV(B) 198º 0.97% 0.4% -
XYZ 4.87 5.76 13.69 -
YUV 55.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 3 73 103 0.97 0.29 0 0.60 198 0.94 0.21
Hex 3 49 67 61 1D 0 3C C6 5E 15
Octal 3 111 147 141 35 0 74 306 136 25
Binary 11 1001001 1100111 1100001 11101 0 111100 11000110 1011110 10101

Color Harmonies of #034967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034967

Black with #034967

Text Example


Text Example

White with #034967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034967; }

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

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

background-color css

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

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

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

border-color css

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

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

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