#385ed1

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

Shades of Free Speech Blue #385ED1

Tints of Free Speech Blue #385ED1

Color information

#385ED1 (or 0x385ED1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 5E and D1. RGB value is (56,94,209). Sum of RGB (Red+Green+Blue) = 56+94+209=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #385ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ED1 is #C7A12E. Grayscale: #5F5F5F. Windows color (decimal): -13082927 or 13721144. OLE color: 13721144.

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

Color convert

RGB5694209-
CMYK0.730.5500.18
HSL225.1º62.45%51.96%-
HSV(B)225.1º73.21%81.96%-
XYZ17.1413.4562.01-
YUV95.75191.9199.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 209 (82.03% from 255) = 58.22%
R=15.60%
G=26.18%
B=58.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56942090.730.5500.18225.162.4551.96
Hex385ED14937012e13e34
Octal70136321111670223417664
Binary111000101111011010001100100111011101001011100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385ed1; }

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

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

<style>
 a { background-color: #385ed1; }

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

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

<style>
 span { border-color: #385ed1; }

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

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