Html Css Color HEX #3A49CD Free Speech Blue

📋 copy color: '#3A49CD'

red 58 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Blue #3A49CD

Tints of Free Speech Blue #3A49CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 17.26%
G = 21.73%
B = 61.01%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A49CD (or 0x3A49CD) is known color: Free Speech Blue. HEX triplet: 3A, 49 and CD. RGB value is (58,73,205). Sum of RGB (Red+Green+Blue) = 58+73+205=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A49CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49CD is #C5B632. Grayscale: #535353. Windows color (decimal): -12957235 or 13453626. OLE color: 13453626.

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

Color convert

RGB 58 73 205 -
CMYK 0.72 0.64 0 0.20
HSL 233.88º 0.6% 0.52% -
HSV(B) 233.88º 0.72% 0.8% -
XYZ 15.15 10.07 58.9 -
YUV 83.56 196.53 109.77 -
System Red Green Blue C M Y K H S L
Decimal 58 73 205 0.72 0.64 0 0.20 233.88 0.6 0.52
Hex 3A 49 CD 48 40 0 14 EA 3C 34
Octal 72 111 315 110 100 0 24 352 74 64
Binary 111010 1001001 11001101 1001000 1000000 0 10100 11101010 111100 110100

Color Harmonies of #3A49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49CD

Black with #3A49CD

Text Example


Text Example

White with #3A49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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