Html Css Color HEX #3A49CC Free Speech Blue

📋 copy color: '#3A49CC'

red 58 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Blue #3A49CC

Tints of Free Speech Blue #3A49CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 17.31%
G = 21.79%
B = 60.9%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A49CC (or 0x3A49CC) is known color: Free Speech Blue. HEX triplet: 3A, 49 and CC. RGB value is (58,73,204). Sum of RGB (Red+Green+Blue) = 58+73+204=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A49CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49CC is #C5B633. Grayscale: #525252. Windows color (decimal): -12957236 or 13388090. OLE color: 13388090.

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

Color convert

RGB 58 73 204 -
CMYK 0.72 0.64 0 0.2
HSL 233.84º 0.59% 0.51% -
HSV(B) 233.84º 0.72% 0.8% -
XYZ 15.03 10.02 58.27 -
YUV 83.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 58 73 204 0.72 0.64 0 0.2 233.84 0.59 0.51
Hex 3A 49 CC 48 40 0 14 EA 3B 33
Octal 72 111 314 110 100 0 24 352 73 63
Binary 111010 1001001 11001100 1001000 1000000 0 10100 11101010 111011 110011

Color Harmonies of #3A49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49CC

Black with #3A49CC

Text Example


Text Example

White with #3A49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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