#383AAB

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

Shades of Persian Blue #383AAB

Tints of Persian Blue #383AAB

Color information

#383AAB (or 0x383AAB) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and AB. RGB value is (56,58,171). Sum of RGB (Red+Green+Blue) = 56+58+171=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #383AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AAB is #C7C554. Grayscale: #454545. Windows color (decimal): -13092181 or 11221560. OLE color: 11221560.

HSL color Cylindrical-coordinate representation of color #383AAB: hue angle of 238.96º 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 #383AAB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5658171-
CMYK0.670.6600.33
HSL238.96º50.66%44.51%-
HSV(B)238.96º67.25%67.06%-
XYZ10.496.8139.29-
YUV70.28184.84117.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 171 (67.19% from 255) = 60%
R=19.65%
G=20.35%
B=60%

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
Decimal56581710.670.6600.33238.9650.6644.51
Hex383AAB4342021ef332d
Octal70722531031020413576355
Binary1110001110101010101110000111000010010000111101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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