#363BAF

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

Shades of Persian Blue #363BAF

Tints of Persian Blue #363BAF

Color information

#363BAF (or 0x363BAF) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and AF. RGB value is (54,59,175). Sum of RGB (Red+Green+Blue) = 54+59+175=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #363BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAF is #C9C450. Grayscale: #464646. Windows color (decimal): -13222993 or 11483958. OLE color: 11483958.

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

Color convert

RGB5459175-
CMYK0.690.6600.31
HSL237.52º52.84%44.9%-
HSV(B)237.52º69.14%68.63%-
XYZ10.827.0141.34-
YUV70.73186.84116.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 175 (68.75% from 255) = 60.76%
R=18.75%
G=20.49%
B=60.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54591750.690.6600.31237.5252.8444.9
Hex363BAF454201Fee352d
Octal66732571051020373566555
Binary110110111011101011111000101100001001111111101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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