#363CB3

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

Shades of Persian Blue #363CB3

Tints of Persian Blue #363CB3

Color information

#363CB3 (or 0x363CB3) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and B3. RGB value is (54,60,179). Sum of RGB (Red+Green+Blue) = 54+60+179=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #363CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CB3 is #C9C34C. Grayscale: #474747. Windows color (decimal): -13222733 or 11746358. OLE color: 11746358.

HSL color Cylindrical-coordinate representation of color #363CB3: hue angle of 237.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #363CB3 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5460179-
CMYK0.700.6600.30
HSL237.12º53.65%45.69%-
HSV(B)237.12º69.83%70.2%-
XYZ11.277.2743.46-
YUV71.77188.51115.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 179 (70.31% from 255) = 61.09%
R=18.43%
G=20.48%
B=61.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54601790.700.6600.30237.1253.6545.69
Hex363CB3464201Eed362e
Octal66742631061020363556656
Binary110110111100101100111000110100001001111011101101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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