Html Css Color HEX #395FC6 Free Speech Blue

📋 copy color: '#395FC6'

red 57 ◦ green 95 ◦ blue 198

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

Shades of Free Speech Blue #395FC6

Tints of Free Speech Blue #395FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 198 (77.73% from 255) = 56.57%

R = 16.29%
G = 27.14%
B = 56.57%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#395FC6 (or 0x395FC6) is known color: Free Speech Blue. HEX triplet: 39, 5F and C6. RGB value is (57,95,198). Sum of RGB (Red+Green+Blue) = 57+95+198=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #395FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FC6 is #C6A039. Grayscale: #5E5E5E. Windows color (decimal): -13017146 or 13000505. OLE color: 13000505.

HSL color Cylindrical-coordinate representation of color #395FC6: hue angle of 223.83º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #395FC6 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 95 198 -
CMYK 0.71 0.52 0 0.22
HSL 223.83º 0.55% 0.5% -
HSV(B) 223.83º 0.71% 0.78% -
XYZ 15.97 13.13 55.12 -
YUV 95.38 185.91 100.62 -
System Red Green Blue C M Y K H S L
Decimal 57 95 198 0.71 0.52 0 0.22 223.83 0.55 0.5
Hex 39 5F C6 47 34 0 16 E0 37 32
Octal 71 137 306 107 64 0 26 340 67 62
Binary 111001 1011111 11000110 1000111 110100 0 10110 11100000 110111 110010

Color Harmonies of #395FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FC6

Black with #395FC6

Text Example


Text Example

White with #395FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,95,198); }

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

background-color css

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

 a { background-color: rgb(57,95,198); }

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

border-color css

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

 span { border-color: rgb(57,95,198); }

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