#383ABE

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

Shades of Persian Blue #383ABE

Tints of Persian Blue #383ABE

Color information

#383ABE (or 0x383ABE) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and BE. RGB value is (56,58,190). Sum of RGB (Red+Green+Blue) = 56+58+190=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #383ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ABE is #C7C541. Grayscale: #474747. Windows color (decimal): -13092162 or 12466744. OLE color: 12466744.

HSL color Cylindrical-coordinate representation of color #383ABE: hue angle of 239.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383ABE is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5658190-
CMYK0.710.6900.25
HSL239.1º54.47%48.24%-
HSV(B)239.1º70.53%74.51%-
XYZ12.447.5849.52-
YUV72.45194.34116.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 190 (74.61% from 255) = 62.5%
R=18.42%
G=19.08%
B=62.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56581900.710.6900.25239.154.4748.24
Hex383ABE4745019ef3630
Octal70722761071050313576660
Binary111000111010101111101000111100010101100111101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383ABE; }

 p { color: rgb(56,58,190); }

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

<style>
 a { background-color: #383ABE; }

 a { background-color: rgb(56,58,190); }

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

<style>
 span { border-color: #383ABE; }

 span { border-color: rgb(56,58,190); }

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