#363BAE

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

Shades of Persian Blue #363BAE

Tints of Persian Blue #363BAE

Color information

#363BAE (or 0x363BAE) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and AE. RGB value is (54,59,174). Sum of RGB (Red+Green+Blue) = 54+59+174=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #363BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAE is #C9C451. Grayscale: #464646. Windows color (decimal): -13222994 or 11418422. OLE color: 11418422.

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

Color convert

RGB5459174-
CMYK0.690.6600.32
HSL237.5º52.63%44.71%-
HSV(B)237.5º68.97%68.24%-
XYZ10.736.9740.82-
YUV70.61186.34116.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=18.82%
G=20.56%
B=60.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54591740.690.6600.32237.552.6344.71
Hex363BAE4542020ee352d
Octal66732561051020403566555
Binary1101101110111010111010001011000010010000011101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,174); }

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

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

 a { background-color: rgb(54,59,174); }

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

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

 span { border-color: rgb(54,59,174); }

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