#384FB9

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

Shades of Free Speech Blue #384FB9

Tints of Free Speech Blue #384FB9

Color information

#384FB9 (or 0x384FB9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4F and B9. RGB value is (56,79,185). Sum of RGB (Red+Green+Blue) = 56+79+185=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 185 (72.66% from 255 or 57.81% from 320); Max value from RGB is 185 - color contains mainly: blue. Hex color #384FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FB9 is #C7B046. Grayscale: #535353. Windows color (decimal): -13086791 or 12144440. OLE color: 12144440.

HSL color Cylindrical-coordinate representation of color #384FB9: hue angle of 229.3º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384FB9 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5679185-
CMYK0.700.5700.27
HSL229.3º53.53%47.25%-
HSV(B)229.3º69.73%72.55%-
XYZ13.189.9447.12-
YUV84.21184.88107.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 185 (72.66% from 255) = 57.81%
R=17.5%
G=24.69%
B=57.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56791850.700.5700.27229.353.5347.25
Hex384FB9463901Be5362f
Octal70117271106710333456657
Binary111000100111110111001100011011100101101111100101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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