#062DDE

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

Shades of Persian Blue #062DDE

Tints of Persian Blue #062DDE

Color information

#062DDE (or 0x062DDE) is unknown color: approx Persian Blue. HEX triplet: 06, 2D and DE. RGB value is (6,45,222). Sum of RGB (Red+Green+Blue) = 6+45+222=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #062DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDE is #F9D221. Grayscale: #343434. Windows color (decimal): -16372258 or 14560518. OLE color: 14560518.

HSL color Cylindrical-coordinate representation of color #062DDE: hue angle of 229.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DDE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB645222-
CMYK0.970.8000.13
HSL229.17º94.74%44.71%-
HSV(B)229.17º97.3%87.06%-
XYZ14.27.1969.75-
YUV53.52223.0894.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 222 (87.11% from 255) = 81.32%
R=2.20%
G=16.48%
B=81.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6452220.970.8000.13229.1794.7444.71
Hex62DDE61500De55f2d
Octal65533614112001534513755
Binary110101101110111101100001101000001101111001011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062DDE; }

 p { color: rgb(6,45,222); }

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

<style>
 a { background-color: #062DDE; }

 a { background-color: rgb(6,45,222); }

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

<style>
 span { border-color: #062DDE; }

 span { border-color: rgb(6,45,222); }

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