Html Css Color HEX #384ADC Free Speech Blue

📋 copy color: '#384ADC'

red 56 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Blue #384ADC

Tints of Free Speech Blue #384ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 16%
G = 21.14%
B = 62.86%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#384ADC (or 0x384ADC) is known color: Free Speech Blue. HEX triplet: 38, 4A and DC. RGB value is (56,74,220). Sum of RGB (Red+Green+Blue) = 56+74+220=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #384ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ADC is #C7B523. Grayscale: #545454. Windows color (decimal): -13088036 or 14436920. OLE color: 14436920.

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

Color convert

RGB 56 74 220 -
CMYK 0.75 0.66 0 0.14
HSL 233.41º 0.7% 0.54% -
HSV(B) 233.41º 0.75% 0.86% -
XYZ 17 10.91 68.92 -
YUV 85.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 56 74 220 0.75 0.66 0 0.14 233.41 0.7 0.54
Hex 38 4A DC 4B 42 0 E E9 46 36
Octal 70 112 334 113 102 0 16 351 106 66
Binary 111000 1001010 11011100 1001011 1000010 0 1110 11101001 1000110 110110

Color Harmonies of #384ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ADC

Black with #384ADC

Text Example


Text Example

White with #384ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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