#383BD1

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

Shades of Free Speech Blue #383BD1

Tints of Free Speech Blue #383BD1

Color information

#383BD1 (or 0x383BD1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3B and D1. RGB value is (56,59,209). Sum of RGB (Red+Green+Blue) = 56+59+209=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #383BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BD1 is #C7C42E. Grayscale: #4A4A4A. Windows color (decimal): -13091887 or 13712184. OLE color: 13712184.

HSL color Cylindrical-coordinate representation of color #383BD1: hue angle of 238.82º 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 #383BD1 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5659209-
CMYK0.730.7200.18
HSL238.82º62.45%51.96%-
HSV(B)238.82º73.21%81.96%-
XYZ14.78.5761.2-
YUV75.2203.51114.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 59 (23.44% from 255) = 18.21%
BLUE value IS 209 (82.03% from 255) = 64.51%
R=17.28%
G=18.21%
B=64.51%

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
Decimal56592090.730.7200.18238.8262.4551.96
Hex383BD14948012ef3e34
Octal70733211111100223577664
Binary111000111011110100011001001100100001001011101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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