#002C67

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

Shades of Prussian Blue #002C67

Tints of Prussian Blue #002C67

Color information

#002C67 (or 0x002C67) is unknown color: approx Prussian Blue. HEX triplet: 00, 2C and 67. RGB value is (0,44,103). Sum of RGB (Red+Green+Blue) = 0+44+103=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #002C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C67 is #FFD398. Grayscale: #252525. Windows color (decimal): -16765849 or 6761472. OLE color: 6761472.

HSL color Cylindrical-coordinate representation of color #002C67: hue angle of 214.37º 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 #002C67 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB044103-
CMYK10.5700.60
HSL214.37º100%20.2%-
HSV(B)214.37º100%40.39%-
XYZ3.352.7813.19-
YUV37.57164.92101.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 103 (40.62% from 255) = 70.07%
R=0%
G=29.93%
B=70.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal04410310.5700.60214.3710020.2
Hex02C67643903Cd66414
Octal0541471447107432614424
Binary010110011001111100100111001011110011010110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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