#002A62

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

Shades of Prussian Blue #002A62

Tints of Prussian Blue #002A62

Color information

#002A62 (or 0x002A62) is unknown color: approx Prussian Blue. HEX triplet: 00, 2A and 62. RGB value is (0,42,98). Sum of RGB (Red+Green+Blue) = 0+42+98=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #002A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A62 is #FFD59D. Grayscale: #232323. Windows color (decimal): -16766366 or 6433280. OLE color: 6433280.

HSL color Cylindrical-coordinate representation of color #002A62: hue angle of 214.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A62 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB04298-
CMYK10.5700.62
HSL214.29º100%19.22%-
HSV(B)214.29º100%38.43%-
XYZ3.032.5411.89-
YUV35.83163.09102.45-

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) = 30%
BLUE value IS 98 (38.67% from 255) = 70%
R=0%
G=30%
B=70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0429810.5700.62214.2910019.22
Hex02A62643903Ed66413
Octal0521421447107632614423
Binary010101011000101100100111001011111011010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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