Html Css Color HEX #3B49CE Free Speech Blue

📋 copy color: '#3B49CE'

red 59 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #3B49CE

Tints of Free Speech Blue #3B49CE

RGB

 RED value IS 59 (23.44% from 255) = 17.46%

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 17.46%
G = 21.6%
B = 60.95%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B49CE (or 0x3B49CE) is known color: Free Speech Blue. HEX triplet: 3B, 49 and CE. RGB value is (59,73,206). Sum of RGB (Red+Green+Blue) = 59+73+206=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B49CE is #C4B631. Grayscale: #535353. Windows color (decimal): -12891698 or 13519163. OLE color: 13519163.

HSL color Cylindrical-coordinate representation of color #3B49CE: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B49CE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 73 206 -
CMYK 0.71 0.65 0 0.19
HSL 234.29º 0.6% 0.52% -
HSV(B) 234.29º 0.71% 0.81% -
XYZ 15.33 10.15 59.54 -
YUV 83.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 59 73 206 0.71 0.65 0 0.19 234.29 0.6 0.52
Hex 3B 49 CE 47 41 0 13 EA 3C 34
Octal 73 111 316 107 101 0 23 352 74 64
Binary 111011 1001001 11001110 1000111 1000001 0 10011 11101010 111100 110100

Color Harmonies of #3B49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B49CE

Black with #3B49CE

Text Example


Text Example

White with #3B49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B49CE; }

 p { color: rgb(59,73,206); }

 H1.HeaderClassName
 {
   color: #3B49CE;
 }
 .AnyTagClassName
 {
   color: #3B49CE;
 }
</style>

background-color css

<style>
 a { background-color: #3B49CE; }

 a { background-color: rgb(59,73,206); }

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

border-color css

<style>
 span { border-color: #3B49CE; }

 span { border-color: rgb(59,73,206); }

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