#363CBC

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

Shades of Persian Blue #363CBC

Tints of Persian Blue #363CBC

Color information

#363CBC (or 0x363CBC) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and BC. RGB value is (54,60,188). Sum of RGB (Red+Green+Blue) = 54+60+188=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #363CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CBC is #C9C343. Grayscale: #484848. Windows color (decimal): -13222724 or 12336182. OLE color: 12336182.

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

Color convert

RGB5460188-
CMYK0.710.6800.26
HSL237.31º55.37%47.45%-
HSV(B)237.31º71.28%73.73%-
XYZ12.217.6548.41-
YUV72.8193.01114.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 188 (73.83% from 255) = 62.25%
R=17.88%
G=19.87%
B=62.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54601880.710.6800.26237.3155.3747.45
Hex363CBC474401Aed372f
Octal66742741071040323556757
Binary110110111100101111001000111100010001101011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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