#363DAA

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

Shades of Persian Blue #363DAA

Tints of Persian Blue #363DAA

Color information

#363DAA (or 0x363DAA) is unknown color: approx Persian Blue. HEX triplet: 36, 3D and AA. RGB value is (54,61,170). Sum of RGB (Red+Green+Blue) = 54+61+170=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #363DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAA is #C9C255. Grayscale: #464646. Windows color (decimal): -13222486 or 11156790. OLE color: 11156790.

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

Color convert

RGB5461170-
CMYK0.680.6400.33
HSL236.38º51.79%43.92%-
HSV(B)236.38º68.24%66.67%-
XYZ10.457.0238.84-
YUV71.33183.68115.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=18.95%
G=21.40%
B=59.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54611700.680.6400.33236.3851.7943.92
Hex363DAA4440021ec342c
Octal66752521041000413546454
Binary1101101111011010101010001001000000010000111101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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