#363cab

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

Shades of Persian Blue #363CAB

Tints of Persian Blue #363CAB

Color information

#363CAB (or 0x363CAB) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and AB. RGB value is (54,60,171). Sum of RGB (Red+Green+Blue) = 54+60+171=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #363CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CAB is #C9C354. Grayscale: #464646. Windows color (decimal): -13222741 or 11222070. OLE color: 11222070.

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

Color convert

RGB5460171-
CMYK0.680.6500.33
HSL236.92º52%44.12%-
HSV(B)236.92º68.42%67.06%-
XYZ10.496.9639.32-
YUV70.86184.51115.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 171 (67.19% from 255) = 60%
R=18.95%
G=21.05%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54601710.680.6500.33236.925244.12
Hex363CAB4441021ed342c
Octal66742531041010413556454
Binary1101101111001010101110001001000001010000111101101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,171); }

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

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

 a { background-color: rgb(54,60,171); }

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

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

 span { border-color: rgb(54,60,171); }

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