#383ED0

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

Shades of Free Speech Blue #383ED0

Tints of Free Speech Blue #383ED0

Color information

#383ED0 (or 0x383ED0) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and D0. RGB value is (56,62,208). Sum of RGB (Red+Green+Blue) = 56+62+208=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #383ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ED0 is #C7C12F. Grayscale: #4C4C4C. Windows color (decimal): -13091120 or 13647416. OLE color: 13647416.

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

Color convert

RGB5662208-
CMYK0.730.7000.18
HSL237.63º61.79%51.76%-
HSV(B)237.63º73.08%81.57%-
XYZ14.748.8460.6-
YUV76.85202.01113.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 208 (81.64% from 255) = 63.80%
R=17.18%
G=19.02%
B=63.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56622080.730.7000.18237.6361.7951.76
Hex383ED04946012ee3e34
Octal70763201111060223567664
Binary111000111110110100001001001100011001001011101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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