#383DA9

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

Shades of Persian Blue #383DA9

Tints of Persian Blue #383DA9

Color information

#383DA9 (or 0x383DA9) is unknown color: approx Persian Blue. HEX triplet: 38, 3D and A9. RGB value is (56,61,169). Sum of RGB (Red+Green+Blue) = 56+61+169=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #383DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383DA9 is #C7C256. Grayscale: #474747. Windows color (decimal): -13091415 or 11091256. OLE color: 11091256.

HSL color Cylindrical-coordinate representation of color #383DA9: hue angle of 237.35º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383DA9 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5661169-
CMYK0.670.6400.34
HSL237.35º50.22%44.12%-
HSV(B)237.35º66.86%66.27%-
XYZ10.467.0438.34-
YUV71.82182.84116.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=19.58%
G=21.33%
B=59.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal56611690.670.6400.34237.3550.2244.12
Hex383DA94340022ed322c
Octal70752511031000423556254
Binary1110001111011010100110000111000000010001011101101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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