#03264F

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

Shades of Prussian Blue #03264F

Tints of Prussian Blue #03264F

Color information

#03264F (or 0x03264F) is unknown color: approx Prussian Blue. HEX triplet: 03, 26 and 4F. RGB value is (3,38,79). Sum of RGB (Red+Green+Blue) = 3+38+79=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #03264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03264F is #FCD9B0. Grayscale: #202020. Windows color (decimal): -16570801 or 5187075. OLE color: 5187075.

HSL color Cylindrical-coordinate representation of color #03264F: hue angle of 212.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264F is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33879-
CMYK0.960.5200.69
HSL212.37º92.68%16.08%-
HSV(B)212.37º96.2%30.98%-
XYZ2.141.977.66-
YUV32.21154.4107.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 79 (31.25% from 255) = 65.83%
R=2.5%
G=31.67%
B=65.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal338790.960.5200.69212.3792.6816.08
Hex3264F6034045d45d10
Octal34611714064010532413520
Binary11100110100111111000001101000100010111010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03264F; }

 p { color: rgb(3,38,79); }

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

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

 a { background-color: rgb(3,38,79); }

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

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

 span { border-color: rgb(3,38,79); }

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