#363BB8

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

Shades of Persian Blue #363BB8

Tints of Persian Blue #363BB8

Color information

#363BB8 (or 0x363BB8) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and B8. RGB value is (54,59,184). Sum of RGB (Red+Green+Blue) = 54+59+184=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #363BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BB8 is #C9C447. Grayscale: #474747. Windows color (decimal): -13222984 or 12073782. OLE color: 12073782.

HSL color Cylindrical-coordinate representation of color #363BB8: hue angle of 237.69º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363BB8 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5459184-
CMYK0.710.6800.28
HSL237.69º54.62%46.67%-
HSV(B)237.69º70.65%72.16%-
XYZ11.747.3746.15-
YUV71.76191.34115.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=18.18%
G=19.87%
B=61.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54591840.710.6800.28237.6954.6246.67
Hex363BB8474401Cee372f
Octal66732701071040343566757
Binary110110111011101110001000111100010001110011101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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