Html Css Color HEX #3C48BF Free Speech Blue

📋 copy color: '#3C48BF'

red 60 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Blue #3C48BF

Tints of Free Speech Blue #3C48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.13%

R = 18.58%
G = 22.29%
B = 59.13%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C48BF (or 0x3C48BF) is known color: Free Speech Blue. HEX triplet: 3C, 48 and BF. RGB value is (60,72,191). Sum of RGB (Red+Green+Blue) = 60+72+191=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C48BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48BF is #C3B740. Grayscale: #515151. Windows color (decimal): -12826433 or 12535868. OLE color: 12535868.

HSL color Cylindrical-coordinate representation of color #3C48BF: hue angle of 234.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C48BF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 72 191 -
CMYK 0.69 0.62 0 0.25
HSL 234.5º 0.52% 0.49% -
HSV(B) 234.5º 0.69% 0.75% -
XYZ 13.58 9.36 50.38 -
YUV 81.98 189.52 112.32 -
System Red Green Blue C M Y K H S L
Decimal 60 72 191 0.69 0.62 0 0.25 234.5 0.52 0.49
Hex 3C 48 BF 45 3E 0 19 EB 34 31
Octal 74 110 277 105 76 0 31 353 64 61
Binary 111100 1001000 10111111 1000101 111110 0 11001 11101011 110100 110001

Color Harmonies of #3C48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48BF

Black with #3C48BF

Text Example


Text Example

White with #3C48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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