Html Css Color HEX #384ED9 Free Speech Blue

📋 copy color: '#384ED9'

red 56 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Blue #384ED9

Tints of Free Speech Blue #384ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 61.82%

R = 15.95%
G = 22.22%
B = 61.82%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#384ED9 (or 0x384ED9) is known color: Free Speech Blue. HEX triplet: 38, 4E and D9. RGB value is (56,78,217). Sum of RGB (Red+Green+Blue) = 56+78+217=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 217 (85.16% from 255 or 61.82% from 351); Max value from RGB is 217 - color contains mainly: blue. Hex color #384ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ED9 is #C7B126. Grayscale: #565656. Windows color (decimal): -13087015 or 14241336. OLE color: 14241336.

HSL color Cylindrical-coordinate representation of color #384ED9: hue angle of 231.8º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384ED9 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 78 217 -
CMYK 0.74 0.64 0 0.15
HSL 231.8º 0.68% 0.54% -
HSV(B) 231.8º 0.74% 0.85% -
XYZ 16.88 11.3 66.94 -
YUV 87.27 201.21 105.7 -
System Red Green Blue C M Y K H S L
Decimal 56 78 217 0.74 0.64 0 0.15 231.8 0.68 0.54
Hex 38 4E D9 4A 40 0 F E8 44 36
Octal 70 116 331 112 100 0 17 350 104 66
Binary 111000 1001110 11011001 1001010 1000000 0 1111 11101000 1000100 110110

Color Harmonies of #384ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ED9

Black with #384ED9

Text Example


Text Example

White with #384ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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