Html Css Color HEX #384DD9 Free Speech Blue

📋 copy color: '#384DD9'

red 56 ◦ green 77 ◦ blue 217

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

Shades of Free Speech Blue #384DD9

Tints of Free Speech Blue #384DD9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

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

R = 16%
G = 22%
B = 62%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#384DD9 (or 0x384DD9) is known color: Free Speech Blue. HEX triplet: 38, 4D and D9. RGB value is (56,77,217). Sum of RGB (Red+Green+Blue) = 56+77+217=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 217 (85.16% from 255 or 62% from 350); Max value from RGB is 217 - color contains mainly: blue. Hex color #384DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DD9 is #C7B226. Grayscale: #565656. Windows color (decimal): -13087271 or 14241080. OLE color: 14241080.

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

Color convert

RGB 56 77 217 -
CMYK 0.74 0.65 0 0.15
HSL 232.17º 0.68% 0.54% -
HSV(B) 232.17º 0.74% 0.85% -
XYZ 16.81 11.16 66.91 -
YUV 86.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 56 77 217 0.74 0.65 0 0.15 232.17 0.68 0.54
Hex 38 4D D9 4A 41 0 F E8 44 36
Octal 70 115 331 112 101 0 17 350 104 66
Binary 111000 1001101 11011001 1001010 1000001 0 1111 11101000 1000100 110110

Color Harmonies of #384DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DD9

Black with #384DD9

Text Example


Text Example

White with #384DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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