#383EE1

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

Shades of Free Speech Blue #383EE1

Tints of Free Speech Blue #383EE1

Color information

#383EE1 (or 0x383EE1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and E1. RGB value is (56,62,225). Sum of RGB (Red+Green+Blue) = 56+62+225=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #383EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EE1 is #C7C11E. Grayscale: #4E4E4E. Windows color (decimal): -13091103 or 14761528. OLE color: 14761528.

HSL color Cylindrical-coordinate representation of color #383EE1: hue angle of 237.87º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383EE1 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5662225-
CMYK0.750.7200.12
HSL237.87º73.8%55.1%-
HSV(B)237.87º75.11%88.24%-
XYZ16.949.7272.22-
YUV78.79210.51111.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 225 (88.28% from 255) = 65.60%
R=16.33%
G=18.08%
B=65.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56622250.750.7200.12237.8773.855.1
Hex383EE14B480Cee4a37
Octal707634111311001435611267
Binary111000111110111000011001011100100001100111011101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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