#384ac5

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

Shades of Free Speech Blue #384AC5

Tints of Free Speech Blue #384AC5

Color information

#384AC5 (or 0x384AC5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4A and C5. RGB value is (56,74,197). Sum of RGB (Red+Green+Blue) = 56+74+197=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #384AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AC5 is #C7B53A. Grayscale: #525252. Windows color (decimal): -13088059 or 12929592. OLE color: 12929592.

HSL color Cylindrical-coordinate representation of color #384AC5: hue angle of 232.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384AC5 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5674197-
CMYK0.720.6200.23
HSL232.34º55.73%49.61%-
HSV(B)232.34º71.57%77.25%-
XYZ14.169.7753.96-
YUV82.64192.54109-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 197 (77.34% from 255) = 60.24%
R=17.13%
G=22.63%
B=60.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56741970.720.6200.23232.3455.7349.61
Hex384AC5483E017e83832
Octal70112305110760273507062
Binary111000100101011000101100100011111001011111101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384ac5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,197); }

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

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

 a { background-color: rgb(56,74,197); }

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

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

 span { border-color: rgb(56,74,197); }

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