#002A50

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

Shades of Prussian Blue #002A50

Tints of Prussian Blue #002A50

Color information

#002A50 (or 0x002A50) is unknown color: approx Prussian Blue. HEX triplet: 00, 2A and 50. RGB value is (0,42,80). Sum of RGB (Red+Green+Blue) = 0+42+80=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #002A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A50 is #FFD5AF. Grayscale: #212121. Windows color (decimal): -16766384 or 5253632. OLE color: 5253632.

HSL color Cylindrical-coordinate representation of color #002A50: hue angle of 208.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A50 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB04280-
CMYK10.4800.69
HSL208.5º100%15.69%-
HSV(B)208.5º100%31.37%-
XYZ2.282.247.9-
YUV33.77154.09103.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=0%
G=34.43%
B=65.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0428010.4800.69208.510015.69
Hex02A506430045d06410
Octal05212014460010532014420
Binary0101010101000011001001100000100010111010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A50; }

 p { color: rgb(0,42,80); }

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

<style>
 a { background-color: #002A50; }

 a { background-color: rgb(0,42,80); }

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

<style>
 span { border-color: #002A50; }

 span { border-color: rgb(0,42,80); }

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