#363BAC

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

Shades of Persian Blue #363BAC

Tints of Persian Blue #363BAC

Color information

#363BAC (or 0x363BAC) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and AC. RGB value is (54,59,172). Sum of RGB (Red+Green+Blue) = 54+59+172=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #363BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAC is #C9C453. Grayscale: #454545. Windows color (decimal): -13222996 or 11287350. OLE color: 11287350.

HSL color Cylindrical-coordinate representation of color #363BAC: hue angle of 237.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363BAC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5459172-
CMYK0.690.6600.33
HSL237.46º52.21%44.31%-
HSV(B)237.46º68.6%67.45%-
XYZ10.536.8939.8-
YUV70.39185.34116.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=18.95%
G=20.70%
B=60.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54591720.690.6600.33237.4652.2144.31
Hex363BAC4542021ed342c
Octal66732541051020413556454
Binary1101101110111010110010001011000010010000111101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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