#383FBF

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

Shades of Free Speech Blue #383FBF

Tints of Free Speech Blue #383FBF

Color information

#383FBF (or 0x383FBF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 3F and BF. RGB value is (56,63,191). Sum of RGB (Red+Green+Blue) = 56+63+191=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #383FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FBF is #C7C040. Grayscale: #4A4A4A. Windows color (decimal): -13090881 or 12533560. OLE color: 12533560.

HSL color Cylindrical-coordinate representation of color #383FBF: hue angle of 236.89º degrees, saturation: 0.55, 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 #383FBF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5663191-
CMYK0.710.6700.25
HSL236.89º54.66%48.43%-
HSV(B)236.89º70.68%74.9%-
XYZ12.818.1650.19-
YUV75.5193.18114.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 191 (75% from 255) = 61.61%
R=18.06%
G=20.32%
B=61.61%

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
Decimal56631910.710.6700.25236.8954.6648.43
Hex383FBF4743019ed3730
Octal70772771071030313556760
Binary111000111111101111111000111100001101100111101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,191); }

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

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

 a { background-color: rgb(56,63,191); }

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

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

 span { border-color: rgb(56,63,191); }

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