#383EB7

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

Shades of Free Speech Blue #383EB7

Tints of Free Speech Blue #383EB7

Color information

#383EB7 (or 0x383EB7) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and B7. RGB value is (56,62,183). Sum of RGB (Red+Green+Blue) = 56+62+183=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #383EB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EB7 is #C7C148. Grayscale: #494949. Windows color (decimal): -13091145 or 12009016. OLE color: 12009016.

HSL color Cylindrical-coordinate representation of color #383EB7: hue angle of 237.17º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383EB7 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5662183-
CMYK0.690.6600.28
HSL237.17º53.14%46.86%-
HSV(B)237.17º69.4%71.76%-
XYZ11.97.745.66-
YUV74189.51115.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 183 (71.88% from 255) = 60.80%
R=18.60%
G=20.60%
B=60.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56621830.690.6600.28237.1753.1446.86
Hex383EB7454201Ced352f
Octal70762671051020343556557
Binary111000111110101101111000101100001001110011101101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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