Html Css Color HEX #384AD7 Free Speech Blue

📋 copy color: '#384AD7'

red 56 ◦ green 74 ◦ blue 215

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

Shades of Free Speech Blue #384AD7

Tints of Free Speech Blue #384AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 62.32%

R = 16.23%
G = 21.45%
B = 62.32%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#384AD7 (or 0x384AD7) is known color: Free Speech Blue. HEX triplet: 38, 4A and D7. RGB value is (56,74,215). Sum of RGB (Red+Green+Blue) = 56+74+215=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #384AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AD7 is #C7B528. Grayscale: #545454. Windows color (decimal): -13088041 or 14109240. OLE color: 14109240.

HSL color Cylindrical-coordinate representation of color #384AD7: hue angle of 233.21º degrees, saturation: 0.67, 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 #384AD7 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 74 215 -
CMYK 0.74 0.66 0 0.16
HSL 233.21º 0.67% 0.53% -
HSV(B) 233.21º 0.74% 0.84% -
XYZ 16.35 10.64 65.48 -
YUV 84.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 56 74 215 0.74 0.66 0 0.16 233.21 0.67 0.53
Hex 38 4A D7 4A 42 0 10 E9 43 35
Octal 70 112 327 112 102 0 20 351 103 65
Binary 111000 1001010 11010111 1001010 1000010 0 10000 11101001 1000011 110101

Color Harmonies of #384AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384AD7

Black with #384AD7

Text Example


Text Example

White with #384AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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