#384EC5

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

Shades of Free Speech Blue #384EC5

Tints of Free Speech Blue #384EC5

Color information

#384EC5 (or 0x384EC5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4E and C5. RGB value is (56,78,197). Sum of RGB (Red+Green+Blue) = 56+78+197=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 197 (77.34% from 255 or 59.52% from 331); Max value from RGB is 197 - color contains mainly: blue. Hex color #384EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EC5 is #C7B13A. Grayscale: #545454. Windows color (decimal): -13087035 or 12930616. OLE color: 12930616.

HSL color Cylindrical-coordinate representation of color #384EC5: hue angle of 230.64º 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 #384EC5 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5678197-
CMYK0.720.6000.23
HSL230.64º55.73%49.61%-
HSV(B)230.64º71.57%77.25%-
XYZ14.4310.3254.05-
YUV84.99191.21107.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 197 (77.34% from 255) = 59.52%
R=16.92%
G=23.56%
B=59.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56781970.720.6000.23230.6455.7349.61
Hex384EC5483C017e73832
Octal70116305110740273477062
Binary111000100111011000101100100011110001011111100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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