#384CDF

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

Shades of Free Speech Blue #384CDF

Tints of Free Speech Blue #384CDF

Color information

#384CDF (or 0x384CDF) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4C and DF. RGB value is (56,76,223). Sum of RGB (Red+Green+Blue) = 56+76+223=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #384CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CDF is #C7B320. Grayscale: #565656. Windows color (decimal): -13087521 or 14634040. OLE color: 14634040.

HSL color Cylindrical-coordinate representation of color #384CDF: hue angle of 232.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384CDF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5676223-
CMYK0.750.6600.13
HSL232.81º72.29%54.71%-
HSV(B)232.81º74.89%87.45%-
XYZ17.5311.3471.08-
YUV86.78204.87106.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 223 (87.5% from 255) = 62.82%
R=15.77%
G=21.41%
B=62.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56762230.750.6600.13232.8172.2954.71
Hex384CDF4B420De94837
Octal7011433711310201535111067
Binary1110001001100110111111001011100001001101111010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,223); }

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

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

 a { background-color: rgb(56,76,223); }

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

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

 span { border-color: rgb(56,76,223); }

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