#383AD1

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

Shades of Free Speech Blue #383AD1

Tints of Free Speech Blue #383AD1

Color information

#383AD1 (or 0x383AD1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3A and D1. RGB value is (56,58,209). Sum of RGB (Red+Green+Blue) = 56+58+209=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #383AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383AD1 is #C7C52E. Grayscale: #4A4A4A. Windows color (decimal): -13092143 or 13711928. OLE color: 13711928.

HSL color Cylindrical-coordinate representation of color #383AD1: hue angle of 239.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383AD1 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5658209-
CMYK0.730.7200.18
HSL239.22º62.45%51.96%-
HSV(B)239.22º73.21%81.96%-
XYZ14.658.4761.18-
YUV74.62203.84114.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 209 (82.03% from 255) = 64.71%
R=17.34%
G=17.96%
B=64.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56582090.730.7200.18239.2262.4551.96
Hex383AD14948012ef3e34
Octal70723211111100223577664
Binary111000111010110100011001001100100001001011101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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