Html Css Color HEX #3C49DD Free Speech Blue

📋 copy color: '#3C49DD'

red 60 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Blue #3C49DD

Tints of Free Speech Blue #3C49DD

RGB

 RED value IS 60 (23.83% from 255) = 16.95%

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 16.95%
G = 20.62%
B = 62.43%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C49DD (or 0x3C49DD) is known color: Free Speech Blue. HEX triplet: 3C, 49 and DD. RGB value is (60,73,221). Sum of RGB (Red+Green+Blue) = 60+73+221=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49DD is #C3B622. Grayscale: #555555. Windows color (decimal): -12826147 or 14502204. OLE color: 14502204.

HSL color Cylindrical-coordinate representation of color #3C49DD: hue angle of 235.16º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C49DD is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 73 221 -
CMYK 0.73 0.67 0 0.13
HSL 235.16º 0.7% 0.55% -
HSV(B) 235.16º 0.73% 0.87% -
XYZ 17.3 10.95 69.61 -
YUV 85.99 204.19 109.47 -
System Red Green Blue C M Y K H S L
Decimal 60 73 221 0.73 0.67 0 0.13 235.16 0.7 0.55
Hex 3C 49 DD 49 43 0 D EB 46 37
Octal 74 111 335 111 103 0 15 353 106 67
Binary 111100 1001001 11011101 1001001 1000011 0 1101 11101011 1000110 110111

Color Harmonies of #3C49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49DD

Black with #3C49DD

Text Example


Text Example

White with #3C49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,221); }

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

background-color css

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

 a { background-color: rgb(60,73,221); }

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

border-color css

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

 span { border-color: rgb(60,73,221); }

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