#383EBE

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

Shades of Free Speech Blue #383EBE

Tints of Free Speech Blue #383EBE

Color information

#383EBE (or 0x383EBE) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3E and BE. RGB value is (56,62,190). Sum of RGB (Red+Green+Blue) = 56+62+190=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #383EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EBE is #C7C141. Grayscale: #4A4A4A. Windows color (decimal): -13091138 or 12467768. OLE color: 12467768.

HSL color Cylindrical-coordinate representation of color #383EBE: hue angle of 237.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383EBE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5662190-
CMYK0.710.6700.25
HSL237.31º54.47%48.24%-
HSV(B)237.31º70.53%74.51%-
XYZ12.65849.59-
YUV74.8193.01114.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=18.18%
G=20.13%
B=61.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56621900.710.6700.25237.3154.4748.24
Hex383EBE4743019ed3630
Octal70762761071030313556660
Binary111000111110101111101000111100001101100111101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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