#384FBF

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

Shades of Free Speech Blue #384FBF

Tints of Free Speech Blue #384FBF

Color information

#384FBF (or 0x384FBF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4F and BF. RGB value is (56,79,191). Sum of RGB (Red+Green+Blue) = 56+79+191=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #384FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FBF is #C7B040. Grayscale: #545454. Windows color (decimal): -13086785 or 12537656. OLE color: 12537656.

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

Color convert

RGB5679191-
CMYK0.710.5900.25
HSL229.78º54.66%48.43%-
HSV(B)229.78º70.68%74.9%-
XYZ13.8310.1950.53-
YUV84.89187.88107.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 191 (75% from 255) = 58.59%
R=17.18%
G=24.23%
B=58.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56791910.710.5900.25229.7854.6648.43
Hex384FBF473B019e63730
Octal70117277107730313466760
Binary111000100111110111111100011111101101100111100110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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