#002D6C

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

Shades of Prussian Blue #002D6C

Tints of Prussian Blue #002D6C

Color information

#002D6C (or 0x002D6C) is unknown color: approx Prussian Blue. HEX triplet: 00, 2D and 6C. RGB value is (0,45,108). Sum of RGB (Red+Green+Blue) = 0+45+108=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #002D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D6C is #FFD293. Grayscale: #262626. Windows color (decimal): -16765588 or 7089408. OLE color: 7089408.

HSL color Cylindrical-coordinate representation of color #002D6C: hue angle of 215º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D6C is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB045108-
CMYK10.5800.58
HSL215º100%21.18%-
HSV(B)215º100%42.35%-
XYZ3.652.9614.57-
YUV38.73167.09100.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=0%
G=29.41%
B=70.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal04510810.5800.5821510021.18
Hex02D6C643A03Ad76415
Octal0551541447207232714425
Binary010110111011001100100111010011101011010111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,45,108); }

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

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

 a { background-color: rgb(0,45,108); }

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

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

 span { border-color: rgb(0,45,108); }

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