Html Css Color HEX #396CC1 Free Speech Blue

📋 copy color: '#396CC1'

red 57 ◦ green 108 ◦ blue 193

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

Shades of Free Speech Blue #396CC1

Tints of Free Speech Blue #396CC1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 15.92%
G = 30.17%
B = 53.91%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#396CC1 (or 0x396CC1) is known color: Free Speech Blue. HEX triplet: 39, 6C and C1. RGB value is (57,108,193). Sum of RGB (Red+Green+Blue) = 57+108+193=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #396CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CC1 is #C6933E. Grayscale: #666666. Windows color (decimal): -13013823 or 12676153. OLE color: 12676153.

HSL color Cylindrical-coordinate representation of color #396CC1: hue angle of 217.5º 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 #396CC1 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 57 108 193 -
CMYK 0.70 0.44 0 0.24
HSL 217.5º 0.54% 0.49% -
HSV(B) 217.5º 0.7% 0.76% -
XYZ 16.68 15.45 52.55 -
YUV 102.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 57 108 193 0.70 0.44 0 0.24 217.5 0.54 0.49
Hex 39 6C C1 46 2C 0 18 DA 36 31
Octal 71 154 301 106 54 0 30 332 66 61
Binary 111001 1101100 11000001 1000110 101100 0 11000 11011010 110110 110001

Color Harmonies of #396CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CC1

Black with #396CC1

Text Example


Text Example

White with #396CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396CC1; }

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

 H1.HeaderClassName
 {
   color: #396CC1;
 }
 .AnyTagClassName
 {
   color: #396CC1;
 }
</style>

background-color css

<style>
 a { background-color: #396CC1; }

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

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

border-color css

<style>
 span { border-color: #396CC1; }

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

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