#002D67

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

Shades of Prussian Blue #002D67

Tints of Prussian Blue #002D67

Color information

#002D67 (or 0x002D67) is unknown color: approx Prussian Blue. HEX triplet: 00, 2D and 67. RGB value is (0,45,103). Sum of RGB (Red+Green+Blue) = 0+45+103=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #002D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D67 is #FFD298. Grayscale: #252525. Windows color (decimal): -16765593 or 6761728. OLE color: 6761728.

HSL color Cylindrical-coordinate representation of color #002D67: hue angle of 213.79º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D67 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB045103-
CMYK10.5600.60
HSL213.79º100%20.2%-
HSV(B)213.79º100%40.39%-
XYZ3.392.8613.2-
YUV38.16164.59100.78-

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) = 30.41%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=0%
G=30.41%
B=69.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal04510310.5600.60213.7910020.2
Hex02D67643803Cd66414
Octal0551471447007432614424
Binary010110111001111100100111000011110011010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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