Html Css Color HEX #395EC1 Free Speech Blue

📋 copy color: '#395EC1'

red 57 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Blue #395EC1

Tints of Free Speech Blue #395EC1

RGB

 RED value IS 57 (22.66% from 255) = 16.57%

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 193 (75.78% from 255) = 56.1%

R = 16.57%
G = 27.33%
B = 56.1%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#395EC1 (or 0x395EC1) is known color: Free Speech Blue. HEX triplet: 39, 5E and C1. RGB value is (57,94,193). Sum of RGB (Red+Green+Blue) = 57+94+193=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #395EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EC1 is #C6A13E. Grayscale: #5D5D5D. Windows color (decimal): -13017407 or 12672569. OLE color: 12672569.

HSL color Cylindrical-coordinate representation of color #395EC1: hue angle of 223.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395EC1 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 94 193 -
CMYK 0.70 0.51 0 0.24
HSL 223.68º 0.54% 0.49% -
HSV(B) 223.68º 0.7% 0.76% -
XYZ 15.32 12.73 52.1 -
YUV 94.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 57 94 193 0.70 0.51 0 0.24 223.68 0.54 0.49
Hex 39 5E C1 46 33 0 18 E0 36 31
Octal 71 136 301 106 63 0 30 340 66 61
Binary 111001 1011110 11000001 1000110 110011 0 11000 11100000 110110 110001

Color Harmonies of #395EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395EC1

Black with #395EC1

Text Example


Text Example

White with #395EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395EC1; }

 p { color: rgb(57,94,193); }

 H1.HeaderClassName
 {
   color: #395EC1;
 }
 .AnyTagClassName
 {
   color: #395EC1;
 }
</style>

background-color css

<style>
 a { background-color: #395EC1; }

 a { background-color: rgb(57,94,193); }

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

border-color css

<style>
 span { border-color: #395EC1; }

 span { border-color: rgb(57,94,193); }

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