#00284D

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

Shades of Prussian Blue #00284D

Tints of Prussian Blue #00284D

Color information

#00284D (or 0x00284D) is unknown color: approx Prussian Blue. HEX triplet: 00, 28 and 4D. RGB value is (0,40,77). Sum of RGB (Red+Green+Blue) = 0+40+77=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #00284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00284D is #FFD7B2. Grayscale: #202020. Windows color (decimal): -16766899 or 5056512. OLE color: 5056512.

HSL color Cylindrical-coordinate representation of color #00284D: hue angle of 208.83º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00284D is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB04077-
CMYK10.4800.70
HSL208.83º100%15.1%-
HSV(B)208.83º100%30.2%-
XYZ2.12.057.31-
YUV32.26153.25104.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=0%
G=34.19%
B=65.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0407710.4800.70208.8310015.1
Hex0284D6430046d164f
Octal05011514460010632114417
Binary010100010011011100100110000010001101101000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,40,77); }

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

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

 a { background-color: rgb(0,40,77); }

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

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

 span { border-color: rgb(0,40,77); }

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