Html Css Color HEX #3C48AC Free Speech Blue

📋 copy color: '#3C48AC'

red 60 ◦ green 72 ◦ blue 172

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

Shades of Free Speech Blue #3C48AC

Tints of Free Speech Blue #3C48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 19.74%
G = 23.68%
B = 56.58%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C48AC (or 0x3C48AC) is known color: Free Speech Blue. HEX triplet: 3C, 48 and AC. RGB value is (60,72,172). Sum of RGB (Red+Green+Blue) = 60+72+172=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C48AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C48AC is #C3B753. Grayscale: #4F4F4F. Windows color (decimal): -12826452 or 11290684. OLE color: 11290684.

HSL color Cylindrical-coordinate representation of color #3C48AC: hue angle of 233.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C48AC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 72 172 -
CMYK 0.65 0.58 0 0.33
HSL 233.57º 0.48% 0.45% -
HSV(B) 233.57º 0.65% 0.67% -
XYZ 11.63 8.57 40.07 -
YUV 79.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 60 72 172 0.65 0.58 0 0.33 233.57 0.48 0.45
Hex 3C 48 AC 41 3A 0 21 EA 30 2D
Octal 74 110 254 101 72 0 41 352 60 55
Binary 111100 1001000 10101100 1000001 111010 0 100001 11101010 110000 101101

Color Harmonies of #3C48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48AC

Black with #3C48AC

Text Example


Text Example

White with #3C48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,172); }

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

background-color css

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

 a { background-color: rgb(60,72,172); }

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

border-color css

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

 span { border-color: rgb(60,72,172); }

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