Html Css Color HEX #384EC5 Free Speech Blue

📋 copy color: '#384EC5'

red 56 ◦ green 78 ◦ blue 197

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

Shades of Free Speech Blue #384EC5

Tints of Free Speech Blue #384EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 59.52%

R = 16.92%
G = 23.56%
B = 59.52%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#384EC5 (or 0x384EC5) is known color: Free Speech Blue. HEX triplet: 38, 4E and C5. RGB value is (56,78,197). Sum of RGB (Red+Green+Blue) = 56+78+197=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 197 (77.34% from 255 or 59.52% from 331); Max value from RGB is 197 - color contains mainly: blue. Hex color #384EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EC5 is #C7B13A. Grayscale: #545454. Windows color (decimal): -13087035 or 12930616. OLE color: 12930616.

HSL color Cylindrical-coordinate representation of color #384EC5: hue angle of 230.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384EC5 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 78 197 -
CMYK 0.72 0.60 0 0.23
HSL 230.64º 0.56% 0.5% -
HSV(B) 230.64º 0.72% 0.77% -
XYZ 14.43 10.32 54.05 -
YUV 84.99 191.21 107.32 -
System Red Green Blue C M Y K H S L
Decimal 56 78 197 0.72 0.60 0 0.23 230.64 0.56 0.5
Hex 38 4E C5 48 3C 0 17 E7 38 32
Octal 70 116 305 110 74 0 27 347 70 62
Binary 111000 1001110 11000101 1001000 111100 0 10111 11100111 111000 110010

Color Harmonies of #384EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EC5

Black with #384EC5

Text Example


Text Example

White with #384EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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