#384FC5

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

Shades of Free Speech Blue #384FC5

Tints of Free Speech Blue #384FC5

Color information

#384FC5 (or 0x384FC5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4F and C5. RGB value is (56,79,197). Sum of RGB (Red+Green+Blue) = 56+79+197=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #384FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FC5 is #C7B03A. Grayscale: #555555. Windows color (decimal): -13086779 or 12930872. OLE color: 12930872.

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

Color convert

RGB5679197-
CMYK0.720.6000.23
HSL230.21º55.73%49.61%-
HSV(B)230.21º71.57%77.25%-
XYZ14.510.4654.08-
YUV85.58190.88106.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 197 (77.34% from 255) = 59.34%
R=16.87%
G=23.80%
B=59.34%

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
Decimal56791970.720.6000.23230.2155.7349.61
Hex384FC5483C017e63832
Octal70117305110740273467062
Binary111000100111111000101100100011110001011111100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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