#074368

Color #074368 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #074368

Tints of Prussian Blue #074368

Color information

#074368 (or 0x074368) is unknown color: approx Prussian Blue. HEX triplet: 07, 43 and 68. RGB value is (7,67,104). Sum of RGB (Red+Green+Blue) = 7+67+104=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 67 (26.56% from 255 or 37.64% 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 #074368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074368 is #F8BC97. Grayscale: #353535. Windows color (decimal): -16301208 or 6832903. OLE color: 6832903.

HSL color Cylindrical-coordinate representation of color #074368: hue angle of 202.89º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074368 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB767104-
CMYK0.930.3600.59
HSL202.89º87.39%21.76%-
HSV(B)202.89º93.27%40.78%-
XYZ4.595.0613.83-
YUV53.28156.6294.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=3.93%
G=37.64%
B=58.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7671040.930.3600.59202.8987.3921.76
Hex743685D2403Bcb5716
Octal71031501354407331312726
Binary111100001111010001011101100100011101111001011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074368; }

 p { color: rgb(7,67,104); }

 H1.HeaderClassName
 {
   color: #074368;
 }
 .AnyTagClassName
 {
   color: #074368;
 }
</style>
background-color css

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

 a { background-color: rgb(7,67,104); }

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

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

 span { border-color: rgb(7,67,104); }

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