Html Css Color HEX #384ECD Free Speech Blue

📋 copy color: '#384ECD'

red 56 ◦ green 78 ◦ blue 205

#384ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #384ECD

Tints of Free Speech Blue #384ECD

RGB

 RED value IS 56 (22.27% from 255) = 16.52%

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 16.52%
G = 23.01%
B = 60.47%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384ECD (or 0x384ECD) is known color: Free Speech Blue. HEX triplet: 38, 4E and CD. RGB value is (56,78,205). Sum of RGB (Red+Green+Blue) = 56+78+205=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #384ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ECD is #C7B132. Grayscale: #555555. Windows color (decimal): -13087027 or 13454904. OLE color: 13454904.

HSL color Cylindrical-coordinate representation of color #384ECD: hue angle of 231.14º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384ECD is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 78 205 -
CMYK 0.73 0.62 0 0.20
HSL 231.14º 0.6% 0.51% -
HSV(B) 231.14º 0.73% 0.8% -
XYZ 15.37 10.7 59.01 -
YUV 85.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 56 78 205 0.73 0.62 0 0.20 231.14 0.6 0.51
Hex 38 4E CD 49 3E 0 14 E7 3C 33
Octal 70 116 315 111 76 0 24 347 74 63
Binary 111000 1001110 11001101 1001001 111110 0 10100 11100111 111100 110011

Color Harmonies of #384ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ECD

Black with #384ECD

Text Example


Text Example

White with #384ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #384ECD;
 }
 .AnyTagClassName
 {
   color: #384ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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