#383AAF

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

Shades of Persian Blue #383AAF

Tints of Persian Blue #383AAF

Color information

#383AAF (or 0x383AAF) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and AF. RGB value is (56,58,175). Sum of RGB (Red+Green+Blue) = 56+58+175=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #383AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AAF is #C7C550. Grayscale: #464646. Windows color (decimal): -13092177 or 11483704. OLE color: 11483704.

HSL color Cylindrical-coordinate representation of color #383AAF: hue angle of 238.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383AAF is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5658175-
CMYK0.680.6700.31
HSL238.99º51.52%45.29%-
HSV(B)238.99º68%68.63%-
XYZ10.886.9641.33-
YUV70.74186.84117.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=19.38%
G=20.07%
B=60.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56581750.680.6700.31238.9951.5245.29
Hex383AAF444301Fef342d
Octal70722571041030373576455
Binary111000111010101011111000100100001101111111101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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