Html Css Color HEX #384ED5 Free Speech Blue

📋 copy color: '#384ED5'

red 56 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Blue #384ED5

Tints of Free Speech Blue #384ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 61.38%

R = 16.14%
G = 22.48%
B = 61.38%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#384ED5 (or 0x384ED5) is known color: Free Speech Blue. HEX triplet: 38, 4E and D5. RGB value is (56,78,213). Sum of RGB (Red+Green+Blue) = 56+78+213=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #384ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ED5 is #C7B12A. Grayscale: #565656. Windows color (decimal): -13087019 or 13979192. OLE color: 13979192.

HSL color Cylindrical-coordinate representation of color #384ED5: hue angle of 231.59º 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 #384ED5 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 78 213 -
CMYK 0.74 0.63 0 0.16
HSL 231.59º 0.65% 0.53% -
HSV(B) 231.59º 0.74% 0.84% -
XYZ 16.37 11.09 64.23 -
YUV 86.81 199.21 106.02 -
System Red Green Blue C M Y K H S L
Decimal 56 78 213 0.74 0.63 0 0.16 231.59 0.65 0.53
Hex 38 4E D5 4A 3F 0 10 E8 41 35
Octal 70 116 325 112 77 0 20 350 101 65
Binary 111000 1001110 11010101 1001010 111111 0 10000 11101000 1000001 110101

Color Harmonies of #384ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ED5

Black with #384ED5

Text Example


Text Example

White with #384ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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