Html Css Color HEX #384DD5 Free Speech Blue

📋 copy color: '#384DD5'

red 56 ◦ green 77 ◦ blue 213

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

Shades of Free Speech Blue #384DD5

Tints of Free Speech Blue #384DD5

RGB

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

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

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

R = 16.18%
G = 22.25%
B = 61.56%

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

#384DD5 (or 0x384DD5) is known color: Free Speech Blue. HEX triplet: 38, 4D and D5. RGB value is (56,77,213). Sum of RGB (Red+Green+Blue) = 56+77+213=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 213 (83.59% from 255 or 61.56% from 346); Max value from RGB is 213 - color contains mainly: blue. Hex color #384DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DD5 is #C7B22A. Grayscale: #555555. Windows color (decimal): -13087275 or 13978936. OLE color: 13978936.

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

Color convert

RGB 56 77 213 -
CMYK 0.74 0.64 0 0.16
HSL 231.97º 0.65% 0.53% -
HSV(B) 231.97º 0.74% 0.84% -
XYZ 16.3 10.95 64.21 -
YUV 86.23 199.54 106.44 -
System Red Green Blue C M Y K H S L
Decimal 56 77 213 0.74 0.64 0 0.16 231.97 0.65 0.53
Hex 38 4D D5 4A 40 0 10 E8 41 35
Octal 70 115 325 112 100 0 20 350 101 65
Binary 111000 1001101 11010101 1001010 1000000 0 10000 11101000 1000001 110101

Color Harmonies of #384DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DD5

Black with #384DD5

Text Example


Text Example

White with #384DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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