Html Css Color HEX #384DDC Free Speech Blue

📋 copy color: '#384DDC'

red 56 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #384DDC

Tints of Free Speech Blue #384DDC

RGB

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

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

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

R = 15.86%
G = 21.81%
B = 62.32%

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

#384DDC (or 0x384DDC) is known color: Free Speech Blue. HEX triplet: 38, 4D and DC. RGB value is (56,77,220). Sum of RGB (Red+Green+Blue) = 56+77+220=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #384DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DDC is #C7B223. Grayscale: #565656. Windows color (decimal): -13087268 or 14437688. OLE color: 14437688.

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

Color convert

RGB 56 77 220 -
CMYK 0.75 0.65 0 0.14
HSL 232.32º 0.7% 0.54% -
HSV(B) 232.32º 0.75% 0.86% -
XYZ 17.2 11.32 68.99 -
YUV 87.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 56 77 220 0.75 0.65 0 0.14 232.32 0.7 0.54
Hex 38 4D DC 4B 41 0 E E8 46 36
Octal 70 115 334 113 101 0 16 350 106 66
Binary 111000 1001101 11011100 1001011 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #384DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DDC

Black with #384DDC

Text Example


Text Example

White with #384DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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