#022D67

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

Shades of Prussian Blue #022D67

Tints of Prussian Blue #022D67

Color information

#022D67 (or 0x022D67) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 67. RGB value is (2,45,103). Sum of RGB (Red+Green+Blue) = 2+45+103=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #022D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D67 is #FDD298. Grayscale: #262626. Windows color (decimal): -16634521 or 6761730. OLE color: 6761730.

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

Color convert

RGB245103-
CMYK0.980.5600.60
HSL214.46º96.19%20.59%-
HSV(B)214.46º98.06%40.39%-
XYZ3.412.8713.21-
YUV38.75164.25101.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 103 (40.62% from 255) = 68.67%
R=1.33%
G=30%
B=68.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2451030.980.5600.60214.4696.1920.59
Hex22D67623803Cd66015
Octal2551471427007432614025
Binary1010110111001111100010111000011110011010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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