#363EAF

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

Shades of Persian Blue #363EAF

Tints of Persian Blue #363EAF

Color information

#363EAF (or 0x363EAF) is unknown color: approx Persian Blue. HEX triplet: 36, 3E and AF. RGB value is (54,62,175). Sum of RGB (Red+Green+Blue) = 54+62+175=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #363EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EAF is #C9C150. Grayscale: #484848. Windows color (decimal): -13222225 or 11484726. OLE color: 11484726.

HSL color Cylindrical-coordinate representation of color #363EAF: hue angle of 236.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363EAF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5462175-
CMYK0.690.6500.31
HSL236.03º52.84%44.9%-
HSV(B)236.03º69.14%68.63%-
XYZ10.987.3241.39-
YUV72.49185.85114.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=18.56%
G=21.31%
B=60.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54621750.690.6500.31236.0352.8444.9
Hex363EAF454101Fec352d
Octal66762571051010373546555
Binary110110111110101011111000101100000101111111101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363EAF; }

 p { color: rgb(54,62,175); }

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

<style>
 a { background-color: #363EAF; }

 a { background-color: rgb(54,62,175); }

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

<style>
 span { border-color: #363EAF; }

 span { border-color: rgb(54,62,175); }

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