#363CB0

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

Shades of Persian Blue #363CB0

Tints of Persian Blue #363CB0

Color information

#363CB0 (or 0x363CB0) is unknown color: approx Persian Blue. HEX triplet: 36, 3C and B0. RGB value is (54,60,176). Sum of RGB (Red+Green+Blue) = 54+60+176=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #363CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363CB0 is #C9C34F. Grayscale: #464646. Windows color (decimal): -13222736 or 11549750. OLE color: 11549750.

HSL color Cylindrical-coordinate representation of color #363CB0: hue angle of 237.05º 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 #363CB0 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5460176-
CMYK0.690.6600.31
HSL237.05º53.04%45.1%-
HSV(B)237.05º69.32%69.02%-
XYZ10.977.1541.88-
YUV71.43187.01115.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 176 (69.14% from 255) = 60.69%
R=18.62%
G=20.69%
B=60.69%

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
Decimal54601760.690.6600.31237.0553.0445.1
Hex363CB0454201Fed352d
Octal66742601051020373556555
Binary110110111100101100001000101100001001111111101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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