#383ED9

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

Shades of Free Speech Blue #383ED9

Tints of Free Speech Blue #383ED9

Color information

#383ED9 (or 0x383ED9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and D9. RGB value is (56,62,217). Sum of RGB (Red+Green+Blue) = 56+62+217=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #383ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ED9 is #C7C126. Grayscale: #4D4D4D. Windows color (decimal): -13091111 or 14237240. OLE color: 14237240.

HSL color Cylindrical-coordinate representation of color #383ED9: hue angle of 237.76º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #383ED9 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5662217-
CMYK0.740.7100.15
HSL237.76º67.93%53.53%-
HSV(B)237.76º74.19%85.1%-
XYZ15.889.366.6-
YUV77.88206.51112.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 217 (85.16% from 255) = 64.78%
R=16.72%
G=18.51%
B=64.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56622170.740.7100.15237.7667.9353.53
Hex383ED94A470Fee4436
Octal707633111210701735610466
Binary111000111110110110011001010100011101111111011101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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