Html Css Color HEX #3C49DF Free Speech Blue

📋 copy color: '#3C49DF'

red 60 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Blue #3C49DF

Tints of Free Speech Blue #3C49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 16.85%
G = 20.51%
B = 62.64%

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

#3C49DF (or 0x3C49DF) is known color: Free Speech Blue. HEX triplet: 3C, 49 and DF. RGB value is (60,73,223). Sum of RGB (Red+Green+Blue) = 60+73+223=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C49DF is #C3B620. Grayscale: #555555. Windows color (decimal): -12826145 or 14633276. OLE color: 14633276.

HSL color Cylindrical-coordinate representation of color #3C49DF: hue angle of 235.21º degrees, saturation: 0.72, 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 #3C49DF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 73 223 -
CMYK 0.73 0.67 0 0.13
HSL 235.21º 0.72% 0.55% -
HSV(B) 235.21º 0.73% 0.87% -
XYZ 17.57 11.05 71.02 -
YUV 86.21 205.19 109.3 -
System Red Green Blue C M Y K H S L
Decimal 60 73 223 0.73 0.67 0 0.13 235.21 0.72 0.55
Hex 3C 49 DF 49 43 0 D EB 48 37
Octal 74 111 337 111 103 0 15 353 110 67
Binary 111100 1001001 11011111 1001001 1000011 0 1101 11101011 1001000 110111

Color Harmonies of #3C49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49DF

Black with #3C49DF

Text Example


Text Example

White with #3C49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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