#002EDE

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

Shades of Persian Blue #002EDE

Tints of Persian Blue #002EDE

Color information

#002EDE (or 0x002EDE) is unknown color: approx Persian Blue. HEX triplet: 00, 2E and DE. RGB value is (0,46,222). Sum of RGB (Red+Green+Blue) = 0+46+222=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 222 (87.11% from 255 or 82.84% from 268); Max value from RGB is 222 - color contains mainly: blue. Hex color #002EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EDE is #FFD121. Grayscale: #333333. Windows color (decimal): -16765218 or 14560768. OLE color: 14560768.

HSL color Cylindrical-coordinate representation of color #002EDE: hue angle of 227.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EDE is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB046222-
CMYK10.7900.13
HSL227.57º100%43.53%-
HSV(B)227.57º100%87.06%-
XYZ14.167.2369.76-
YUV52.31223.7690.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 222 (87.11% from 255) = 82.84%
R=0%
G=17.16%
B=82.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal04622210.7900.13227.5710043.53
Hex02EDE644F0De4642c
Octal05633614411701534414454
Binary0101110110111101100100100111101101111001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,46,222); }

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

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

 a { background-color: rgb(0,46,222); }

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

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

 span { border-color: rgb(0,46,222); }

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