#03264C

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

Shades of Prussian Blue #03264C

Tints of Prussian Blue #03264C

Color information

#03264C (or 0x03264C) is unknown color: approx Prussian Blue. HEX triplet: 03, 26 and 4C. RGB value is (3,38,76). Sum of RGB (Red+Green+Blue) = 3+38+76=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #03264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03264C is #FCD9B3. Grayscale: #1F1F1F. Windows color (decimal): -16570804 or 4990467. OLE color: 4990467.

HSL color Cylindrical-coordinate representation of color #03264C: hue angle of 211.23º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264C is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33876-
CMYK0.960.500.70
HSL211.23º92.41%15.49%-
HSV(B)211.23º96.05%29.8%-
XYZ2.041.937.1-
YUV31.87152.9107.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=2.56%
G=32.48%
B=64.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal338760.960.500.70211.2392.4115.49
Hex3264C6032046d35cf
Octal34611414062010632313417
Binary1110011010011001100000110010010001101101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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