#07336B

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

Shades of Prussian Blue #07336B

Tints of Prussian Blue #07336B

Color information

#07336B (or 0x07336B) is unknown color: approx Prussian Blue. HEX triplet: 07, 33 and 6B. RGB value is (7,51,107). Sum of RGB (Red+Green+Blue) = 7+51+107=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #07336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07336B is #F8CC94. Grayscale: #2B2B2B. Windows color (decimal): -16305301 or 7025415. OLE color: 7025415.

HSL color Cylindrical-coordinate representation of color #07336B: hue angle of 213.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07336B is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB751107-
CMYK0.930.5200.58
HSL213.6º87.72%22.35%-
HSV(B)213.6º93.46%41.96%-
XYZ3.933.4714.37-
YUV44.23163.42101.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=4.24%
G=30.91%
B=64.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7511070.930.5200.58213.687.7222.35
Hex7336B5D3403Ad65816
Octal7631531356407232613026
Binary11111001111010111011101110100011101011010110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07336B; }

 p { color: rgb(7,51,107); }

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

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

 a { background-color: rgb(7,51,107); }

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

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

 span { border-color: rgb(7,51,107); }

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