#384BD1

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

Shades of Free Speech Blue #384BD1

Tints of Free Speech Blue #384BD1

Color information

#384BD1 (or 0x384BD1) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4B and D1. RGB value is (56,75,209). Sum of RGB (Red+Green+Blue) = 56+75+209=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #384BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BD1 is #C7B42E. Grayscale: #545454. Windows color (decimal): -13087791 or 13716280. OLE color: 13716280.

HSL color Cylindrical-coordinate representation of color #384BD1: hue angle of 232.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384BD1 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5675209-
CMYK0.730.6400.18
HSL232.55º62.45%51.96%-
HSV(B)232.55º73.21%81.96%-
XYZ15.6610.4861.52-
YUV84.6198.21107.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 209 (82.03% from 255) = 61.47%
R=16.47%
G=22.06%
B=61.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56752090.730.6400.18232.5562.4551.96
Hex384BD14940012e93e34
Octal701133211111000223517664
Binary1110001001011110100011001001100000001001011101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,75,209); }

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

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

 a { background-color: rgb(56,75,209); }

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

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

 span { border-color: rgb(56,75,209); }

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