#062ED3

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

Shades of Persian Blue #062ED3

Tints of Persian Blue #062ED3

Color information

#062ED3 (or 0x062ED3) is unknown color: approx Persian Blue. HEX triplet: 06, 2E and D3. RGB value is (6,46,211). Sum of RGB (Red+Green+Blue) = 6+46+211=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 211 (82.81% from 255 or 80.23% from 263); Max value from RGB is 211 - color contains mainly: blue. Hex color #062ED3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ED3 is #F9D12C. Grayscale: #343434. Windows color (decimal): -16372013 or 13839878. OLE color: 13839878.

HSL color Cylindrical-coordinate representation of color #062ED3: hue angle of 228.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ED3 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB646211-
CMYK0.970.7800.17
HSL228.29º94.47%42.55%-
HSV(B)228.29º97.16%82.75%-
XYZ12.816.762.25-
YUV52.85217.2594.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 211 (82.81% from 255) = 80.23%
R=2.28%
G=17.49%
B=80.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal6462110.970.7800.17228.2994.4742.55
Hex62ED3614E011e45e2b
Octal65632314111602134413653
Binary1101011101101001111000011001110010001111001001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,211); }

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

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

 a { background-color: rgb(6,46,211); }

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

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

 span { border-color: rgb(6,46,211); }

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