#383DAD

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

Shades of Persian Blue #383DAD

Tints of Persian Blue #383DAD

Color information

#383DAD (or 0x383DAD) is unknown color: approx Persian Blue. HEX triplet: 38, 3D and AD. RGB value is (56,61,173). Sum of RGB (Red+Green+Blue) = 56+61+173=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #383DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DAD is #C7C252. Grayscale: #474747. Windows color (decimal): -13091411 or 11353400. OLE color: 11353400.

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

Color convert

RGB5661173-
CMYK0.680.6500.32
HSL237.44º51.09%44.9%-
HSV(B)237.44º67.63%67.84%-
XYZ10.847.240.35-
YUV72.27184.84116.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 173 (67.97% from 255) = 59.66%
R=19.31%
G=21.03%
B=59.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56611730.680.6500.32237.4451.0944.9
Hex383DAD4441020ed332d
Octal70752551041010403556355
Binary1110001111011010110110001001000001010000011101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,173); }

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

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

 a { background-color: rgb(56,61,173); }

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

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

 span { border-color: rgb(56,61,173); }

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