#363db8

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

Shades of Persian Blue #363DB8

Tints of Persian Blue #363DB8

Color information

#363DB8 (or 0x363DB8) is unknown color: approx Persian Blue. HEX triplet: 36, 3D and B8. RGB value is (54,61,184). Sum of RGB (Red+Green+Blue) = 54+61+184=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #363DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DB8 is #C9C247. Grayscale: #484848. Windows color (decimal): -13222472 or 12074294. OLE color: 12074294.

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

Color convert

RGB5461184-
CMYK0.710.6700.28
HSL236.77º54.62%46.67%-
HSV(B)236.77º70.65%72.16%-
XYZ11.847.5846.19-
YUV72.93190.68114.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 184 (72.27% from 255) = 61.54%
R=18.06%
G=20.40%
B=61.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal54611840.710.6700.28236.7754.6246.67
Hex363DB8474301Ced372f
Octal66752701071030343556757
Binary110110111101101110001000111100001101110011101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363db8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,61,184); }

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

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

 a { background-color: rgb(54,61,184); }

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

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

 span { border-color: rgb(54,61,184); }

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