Html Css Color HEX #384EBA Free Speech Blue

📋 copy color: '#384EBA'

red 56 ◦ green 78 ◦ blue 186

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

Shades of Free Speech Blue #384EBA

Tints of Free Speech Blue #384EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 17.5%
G = 24.38%
B = 58.13%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#384EBA (or 0x384EBA) is known color: Free Speech Blue. HEX triplet: 38, 4E and BA. RGB value is (56,78,186). Sum of RGB (Red+Green+Blue) = 56+78+186=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #384EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EBA is #C7B145. Grayscale: #535353. Windows color (decimal): -13087046 or 12209720. OLE color: 12209720.

HSL color Cylindrical-coordinate representation of color #384EBA: hue angle of 229.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384EBA is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 78 186 -
CMYK 0.70 0.58 0 0.27
HSL 229.85º 0.54% 0.47% -
HSV(B) 229.85º 0.7% 0.73% -
XYZ 13.22 9.83 47.66 -
YUV 83.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 56 78 186 0.70 0.58 0 0.27 229.85 0.54 0.47
Hex 38 4E BA 46 3A 0 1B E6 36 2F
Octal 70 116 272 106 72 0 33 346 66 57
Binary 111000 1001110 10111010 1000110 111010 0 11011 11100110 110110 101111

Color Harmonies of #384EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EBA

Black with #384EBA

Text Example


Text Example

White with #384EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,186); }

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

background-color css

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

 a { background-color: rgb(56,78,186); }

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

border-color css

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

 span { border-color: rgb(56,78,186); }

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