Html Css Color HEX #384AD5 Free Speech Blue

📋 copy color: '#384AD5'

red 56 ◦ green 74 ◦ blue 213

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

Shades of Free Speech Blue #384AD5

Tints of Free Speech Blue #384AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 16.33%
G = 21.57%
B = 62.1%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#384AD5 (or 0x384AD5) is known color: Free Speech Blue. HEX triplet: 38, 4A and D5. RGB value is (56,74,213). Sum of RGB (Red+Green+Blue) = 56+74+213=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #384AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AD5 is #C7B52A. Grayscale: #535353. Windows color (decimal): -13088043 or 13978168. OLE color: 13978168.

HSL color Cylindrical-coordinate representation of color #384AD5: hue angle of 233.12º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384AD5 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 74 213 -
CMYK 0.74 0.65 0 0.16
HSL 233.12º 0.65% 0.53% -
HSV(B) 233.12º 0.74% 0.84% -
XYZ 16.09 10.54 64.14 -
YUV 84.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 56 74 213 0.74 0.65 0 0.16 233.12 0.65 0.53
Hex 38 4A D5 4A 41 0 10 E9 41 35
Octal 70 112 325 112 101 0 20 351 101 65
Binary 111000 1001010 11010101 1001010 1000001 0 10000 11101001 1000001 110101

Color Harmonies of #384AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384AD5

Black with #384AD5

Text Example


Text Example

White with #384AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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