#384FD5

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

Shades of Free Speech Blue #384FD5

Tints of Free Speech Blue #384FD5

Color information

#384FD5 (or 0x384FD5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 4F and D5. RGB value is (56,79,213). Sum of RGB (Red+Green+Blue) = 56+79+213=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #384FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FD5 is #C7B02A. Grayscale: #565656. Windows color (decimal): -13086763 or 13979448. OLE color: 13979448.

HSL color Cylindrical-coordinate representation of color #384FD5: hue angle of 231.21º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384FD5 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5679213-
CMYK0.740.6300.16
HSL231.21º65.15%52.75%-
HSV(B)231.21º73.71%83.53%-
XYZ16.4411.2464.25-
YUV87.4198.88105.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 79 (31.25% from 255) = 22.70%
BLUE value IS 213 (83.59% from 255) = 61.21%
R=16.09%
G=22.70%
B=61.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56792130.740.6300.16231.2165.1552.75
Hex384FD54A3F010e74135
Octal701173251127702034710165
Binary1110001001111110101011001010111111010000111001111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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