Html Css Color HEX #3866C4 Free Speech Blue

📋 copy color: '#3866C4'

red 56 ◦ green 102 ◦ blue 196

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

Shades of Free Speech Blue #3866C4

Tints of Free Speech Blue #3866C4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 196 (76.95% from 255) = 55.37%

R = 15.82%
G = 28.81%
B = 55.37%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3866C4 (or 0x3866C4) is known color: Free Speech Blue. HEX triplet: 38, 66 and C4. RGB value is (56,102,196). Sum of RGB (Red+Green+Blue) = 56+102+196=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #3866C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866C4 is #C7993B. Grayscale: #626262. Windows color (decimal): -13080892 or 12871224. OLE color: 12871224.

HSL color Cylindrical-coordinate representation of color #3866C4: hue angle of 220.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3866C4 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 102 196 -
CMYK 0.71 0.48 0 0.23
HSL 220.29º 0.56% 0.49% -
HSV(B) 220.29º 0.71% 0.77% -
XYZ 16.35 14.33 54.13 -
YUV 98.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 56 102 196 0.71 0.48 0 0.23 220.29 0.56 0.49
Hex 38 66 C4 47 30 0 17 DC 38 31
Octal 70 146 304 107 60 0 27 334 70 61
Binary 111000 1100110 11000100 1000111 110000 0 10111 11011100 111000 110001

Color Harmonies of #3866C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3866C4

Black with #3866C4

Text Example


Text Example

White with #3866C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3866C4; }

 p { color: rgb(56,102,196); }

 H1.HeaderClassName
 {
   color: #3866C4;
 }
 .AnyTagClassName
 {
   color: #3866C4;
 }
</style>

background-color css

<style>
 a { background-color: #3866C4; }

 a { background-color: rgb(56,102,196); }

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

border-color css

<style>
 span { border-color: #3866C4; }

 span { border-color: rgb(56,102,196); }

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