#383AAC

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

Shades of Persian Blue #383AAC

Tints of Persian Blue #383AAC

Color information

#383AAC (or 0x383AAC) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and AC. RGB value is (56,58,172). Sum of RGB (Red+Green+Blue) = 56+58+172=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #383AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AAC is #C7C553. Grayscale: #454545. Windows color (decimal): -13092180 or 11287096. OLE color: 11287096.

HSL color Cylindrical-coordinate representation of color #383AAC: hue angle of 238.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383AAC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5658172-
CMYK0.670.6600.33
HSL238.97º50.88%44.71%-
HSV(B)238.97º67.44%67.45%-
XYZ10.596.8539.79-
YUV70.4185.34117.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=19.58%
G=20.28%
B=60.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56581720.670.6600.33238.9750.8844.71
Hex383AAC4342021ef332d
Octal70722541031020413576355
Binary1110001110101010110010000111000010010000111101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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