Html Css Color HEX #3C48BE Free Speech Blue

📋 copy color: '#3C48BE'

red 60 ◦ green 72 ◦ blue 190

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

Shades of Free Speech Blue #3C48BE

Tints of Free Speech Blue #3C48BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 18.63%
G = 22.36%
B = 59.01%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C48BE (or 0x3C48BE) is known color: Free Speech Blue. HEX triplet: 3C, 48 and BE. RGB value is (60,72,190). Sum of RGB (Red+Green+Blue) = 60+72+190=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C48BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48BE is #C3B741. Grayscale: #515151. Windows color (decimal): -12826434 or 12470332. OLE color: 12470332.

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

Color convert

RGB 60 72 190 -
CMYK 0.68 0.62 0 0.25
HSL 234.46º 0.52% 0.49% -
HSV(B) 234.46º 0.68% 0.75% -
XYZ 13.48 9.31 49.8 -
YUV 81.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 60 72 190 0.68 0.62 0 0.25 234.46 0.52 0.49
Hex 3C 48 BE 44 3E 0 19 EA 34 31
Octal 74 110 276 104 76 0 31 352 64 61
Binary 111100 1001000 10111110 1000100 111110 0 11001 11101010 110100 110001

Color Harmonies of #3C48BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48BE

Black with #3C48BE

Text Example


Text Example

White with #3C48BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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