#383EAB

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

Shades of Persian Blue #383EAB

Tints of Persian Blue #383EAB

Color information

#383EAB (or 0x383EAB) is unknown color: approx Persian Blue. HEX triplet: 38, 3E and AB. RGB value is (56,62,171). Sum of RGB (Red+Green+Blue) = 56+62+171=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #383EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383EAB is #C7C154. Grayscale: #484848. Windows color (decimal): -13091157 or 11222584. OLE color: 11222584.

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

Color convert

RGB5662171-
CMYK0.670.6400.33
HSL236.87º50.66%44.51%-
HSV(B)236.87º67.25%67.06%-
XYZ10.77.2339.36-
YUV72.63183.51116.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=19.38%
G=21.45%
B=59.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56621710.670.6400.33236.8750.6644.51
Hex383EAB4340021ed332d
Octal70762531031000413556355
Binary1110001111101010101110000111000000010000111101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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