Html Css Color HEX #3A49CE Free Speech Blue

📋 copy color: '#3A49CE'

red 58 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Blue #3A49CE

Tints of Free Speech Blue #3A49CE

RGB

 RED value IS 58 (23.05% from 255) = 17.21%

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

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

R = 17.21%
G = 21.66%
B = 61.13%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A49CE (or 0x3A49CE) is known color: Free Speech Blue. HEX triplet: 3A, 49 and CE. RGB value is (58,73,206). Sum of RGB (Red+Green+Blue) = 58+73+206=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49CE is #C5B631. Grayscale: #535353. Windows color (decimal): -12957234 or 13519162. OLE color: 13519162.

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

Color convert

RGB 58 73 206 -
CMYK 0.72 0.65 0 0.19
HSL 233.92º 0.6% 0.52% -
HSV(B) 233.92º 0.72% 0.81% -
XYZ 15.27 10.12 59.54 -
YUV 83.68 197.03 109.69 -
System Red Green Blue C M Y K H S L
Decimal 58 73 206 0.72 0.65 0 0.19 233.92 0.6 0.52
Hex 3A 49 CE 48 41 0 13 EA 3C 34
Octal 72 111 316 110 101 0 23 352 74 64
Binary 111010 1001001 11001110 1001000 1000001 0 10011 11101010 111100 110100

Color Harmonies of #3A49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49CE

Black with #3A49CE

Text Example


Text Example

White with #3A49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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