#003AED

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

Shades of Persian Blue #003AED

Tints of Persian Blue #003AED

Color information

#003AED (or 0x003AED) is unknown color: approx Persian Blue. HEX triplet: 00, 3A and ED. RGB value is (0,58,237). Sum of RGB (Red+Green+Blue) = 0+58+237=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 237 (92.97% from 255 or 80.34% from 295); Max value from RGB is 237 - color contains mainly: blue. Hex color #003AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003AED is #FFC512. Grayscale: #3C3C3C. Windows color (decimal): -16762131 or 15546880. OLE color: 15546880.

HSL color Cylindrical-coordinate representation of color #003AED: hue angle of 225.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003AED is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB058237-
CMYK10.7600.07
HSL225.32º100%46.47%-
HSV(B)225.32º100%92.94%-
XYZ16.89.1481-
YUV61.06227.2884.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 237 (92.97% from 255) = 80.34%
R=0%
G=19.66%
B=80.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal05823710.7600.07225.3210046.47
Hex03AED644C07e1642e
Octal0723551441140734114456
Binary011101011101101110010010011000111111000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003AED; }

 p { color: rgb(0,58,237); }

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

<style>
 a { background-color: #003AED; }

 a { background-color: rgb(0,58,237); }

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

<style>
 span { border-color: #003AED; }

 span { border-color: rgb(0,58,237); }

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