#363DAC

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

Shades of Persian Blue #363DAC

Tints of Persian Blue #363DAC

Color information

#363DAC (or 0x363DAC) is unknown color: approx Persian Blue. HEX triplet: 36, 3D and AC. RGB value is (54,61,172). Sum of RGB (Red+Green+Blue) = 54+61+172=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #363DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAC is #C9C253. Grayscale: #474747. Windows color (decimal): -13222484 or 11287862. OLE color: 11287862.

HSL color Cylindrical-coordinate representation of color #363DAC: hue angle of 236.44º 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 #363DAC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5461172-
CMYK0.690.6500.33
HSL236.44º52.21%44.31%-
HSV(B)236.44º68.6%67.45%-
XYZ10.647.139.84-
YUV71.56184.68115.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=18.82%
G=21.25%
B=59.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54611720.690.6500.33236.4452.2144.31
Hex363DAC4541021ec342c
Octal66752541051010413546454
Binary1101101111011010110010001011000001010000111101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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