#363EBC

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

Shades of Persian Blue #363EBC

Tints of Persian Blue #363EBC

Color information

#363EBC (or 0x363EBC) is unknown color: approx Persian Blue. HEX triplet: 36, 3E and BC. RGB value is (54,62,188). Sum of RGB (Red+Green+Blue) = 54+62+188=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #363EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EBC is #C9C143. Grayscale: #494949. Windows color (decimal): -13222212 or 12336694. OLE color: 12336694.

HSL color Cylindrical-coordinate representation of color #363EBC: hue angle of 236.42º 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 #363EBC is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5462188-
CMYK0.710.6700.26
HSL236.42º55.37%47.45%-
HSV(B)236.42º71.28%73.73%-
XYZ12.327.8648.44-
YUV73.97192.35113.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=17.76%
G=20.39%
B=61.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54621880.710.6700.26236.4255.3747.45
Hex363EBC474301Aec372f
Octal66762741071030323546757
Binary110110111110101111001000111100001101101011101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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