#03264B

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

Shades of Prussian Blue #03264B

Tints of Prussian Blue #03264B

Color information

#03264B (or 0x03264B) is unknown color: approx Prussian Blue. HEX triplet: 03, 26 and 4B. RGB value is (3,38,75). Sum of RGB (Red+Green+Blue) = 3+38+75=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #03264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03264B is #FCD9B4. Grayscale: #1F1F1F. Windows color (decimal): -16570805 or 4924931. OLE color: 4924931.

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

Color convert

RGB33875-
CMYK0.960.4900.71
HSL210.83º92.31%15.29%-
HSV(B)210.83º96%29.41%-
XYZ21.916.92-
YUV31.75152.4107.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=2.59%
G=32.76%
B=64.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal338750.960.4900.71210.8392.3115.29
Hex3264B6031047d35cf
Octal34611314061010732313417
Binary1110011010010111100000110001010001111101001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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