#03274D

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

Shades of Prussian Blue #03274D

Tints of Prussian Blue #03274D

Color information

#03274D (or 0x03274D) is unknown color: approx Prussian Blue. HEX triplet: 03, 27 and 4D. RGB value is (3,39,77). Sum of RGB (Red+Green+Blue) = 3+39+77=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #03274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03274D is #FCD8B2. Grayscale: #202020. Windows color (decimal): -16570547 or 5056259. OLE color: 5056259.

HSL color Cylindrical-coordinate representation of color #03274D: hue angle of 210.81º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03274D is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33977-
CMYK0.960.4900.70
HSL210.81º92.5%15.69%-
HSV(B)210.81º96.1%30.2%-
XYZ2.12.017.3-
YUV32.57153.07106.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=2.52%
G=32.77%
B=64.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal339770.960.4900.70210.8192.515.69
Hex3274D6031046d35c10
Octal34711514061010632313420
Binary11100111100110111000001100010100011011010011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03274D; }

 p { color: rgb(3,39,77); }

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

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

 a { background-color: rgb(3,39,77); }

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

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

 span { border-color: rgb(3,39,77); }

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