Html Css Color HEX #384EDD Free Speech Blue

📋 copy color: '#384EDD'

red 56 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #384EDD

Tints of Free Speech Blue #384EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 15.77%
G = 21.97%
B = 62.25%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#384EDD (or 0x384EDD) is known color: Free Speech Blue. HEX triplet: 38, 4E and DD. RGB value is (56,78,221). Sum of RGB (Red+Green+Blue) = 56+78+221=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #384EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EDD is #C7B122. Grayscale: #575757. Windows color (decimal): -13087011 or 14503480. OLE color: 14503480.

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

Color convert

RGB 56 78 221 -
CMYK 0.75 0.65 0 0.13
HSL 232º 0.71% 0.54% -
HSV(B) 232º 0.75% 0.87% -
XYZ 17.41 11.51 69.71 -
YUV 87.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 56 78 221 0.75 0.65 0 0.13 232 0.71 0.54
Hex 38 4E DD 4B 41 0 D E8 47 36
Octal 70 116 335 113 101 0 15 350 107 66
Binary 111000 1001110 11011101 1001011 1000001 0 1101 11101000 1000111 110110

Color Harmonies of #384EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EDD

Black with #384EDD

Text Example


Text Example

White with #384EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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