#363BB3

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

Shades of Persian Blue #363BB3

Tints of Persian Blue #363BB3

Color information

#363BB3 (or 0x363BB3) is unknown color: approx Persian Blue. HEX triplet: 36, 3B and B3. RGB value is (54,59,179). Sum of RGB (Red+Green+Blue) = 54+59+179=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #363BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BB3 is #C9C44C. Grayscale: #464646. Windows color (decimal): -13222989 or 11746102. OLE color: 11746102.

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

Color convert

RGB5459179-
CMYK0.700.6700.30
HSL237.6º53.65%45.69%-
HSV(B)237.6º69.83%70.2%-
XYZ11.227.1743.44-
YUV71.18188.84115.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 179 (70.31% from 255) = 61.30%
R=18.49%
G=20.21%
B=61.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54591790.700.6700.30237.653.6545.69
Hex363BB3464301Eee362e
Octal66732631061030363566656
Binary110110111011101100111000110100001101111011101110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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