Html Css Color HEX #384EDC Free Speech Blue

📋 copy color: '#384EDC'

red 56 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #384EDC

Tints of Free Speech Blue #384EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 15.82%
G = 22.03%
B = 62.15%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#384EDC (or 0x384EDC) is known color: Free Speech Blue. HEX triplet: 38, 4E and DC. RGB value is (56,78,220). Sum of RGB (Red+Green+Blue) = 56+78+220=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #384EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EDC is #C7B123. Grayscale: #575757. Windows color (decimal): -13087012 or 14437944. OLE color: 14437944.

HSL color Cylindrical-coordinate representation of color #384EDC: hue angle of 231.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384EDC is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 78 220 -
CMYK 0.75 0.65 0 0.14
HSL 231.95º 0.7% 0.54% -
HSV(B) 231.95º 0.75% 0.86% -
XYZ 17.27 11.46 69.01 -
YUV 87.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 56 78 220 0.75 0.65 0 0.14 231.95 0.7 0.54
Hex 38 4E DC 4B 41 0 E E8 46 36
Octal 70 116 334 113 101 0 16 350 106 66
Binary 111000 1001110 11011100 1001011 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #384EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EDC

Black with #384EDC

Text Example


Text Example

White with #384EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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