Html Css Color HEX #384DD7 Free Speech Blue

📋 copy color: '#384DD7'

red 56 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #384DD7

Tints of Free Speech Blue #384DD7

RGB

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

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

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

R = 16.09%
G = 22.13%
B = 61.78%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#384DD7 (or 0x384DD7) is known color: Free Speech Blue. HEX triplet: 38, 4D and D7. RGB value is (56,77,215). Sum of RGB (Red+Green+Blue) = 56+77+215=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 215 (84.38% from 255 or 61.78% from 348); Max value from RGB is 215 - color contains mainly: blue. Hex color #384DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DD7 is #C7B228. Grayscale: #555555. Windows color (decimal): -13087273 or 14110008. OLE color: 14110008.

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

Color convert

RGB 56 77 215 -
CMYK 0.74 0.64 0 0.16
HSL 232.08º 0.67% 0.53% -
HSV(B) 232.08º 0.74% 0.84% -
XYZ 16.55 11.05 65.55 -
YUV 86.45 200.54 106.28 -
System Red Green Blue C M Y K H S L
Decimal 56 77 215 0.74 0.64 0 0.16 232.08 0.67 0.53
Hex 38 4D D7 4A 40 0 10 E8 43 35
Octal 70 115 327 112 100 0 20 350 103 65
Binary 111000 1001101 11010111 1001010 1000000 0 10000 11101000 1000011 110101

Color Harmonies of #384DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DD7

Black with #384DD7

Text Example


Text Example

White with #384DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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