Html Css Color HEX #3C48CE Free Speech Blue

📋 copy color: '#3C48CE'

red 60 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #3C48CE

Tints of Free Speech Blue #3C48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 17.75%
G = 21.3%
B = 60.95%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C48CE (or 0x3C48CE) is known color: Free Speech Blue. HEX triplet: 3C, 48 and CE. RGB value is (60,72,206). Sum of RGB (Red+Green+Blue) = 60+72+206=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C48CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48CE is #C3B731. Grayscale: #535353. Windows color (decimal): -12826418 or 13518908. OLE color: 13518908.

HSL color Cylindrical-coordinate representation of color #3C48CE: hue angle of 235.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C48CE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 72 206 -
CMYK 0.71 0.65 0 0.19
HSL 235.07º 0.6% 0.52% -
HSV(B) 235.07º 0.71% 0.81% -
XYZ 15.32 10.05 59.53 -
YUV 83.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 60 72 206 0.71 0.65 0 0.19 235.07 0.6 0.52
Hex 3C 48 CE 47 41 0 13 EB 3C 34
Octal 74 110 316 107 101 0 23 353 74 64
Binary 111100 1001000 11001110 1000111 1000001 0 10011 11101011 111100 110100

Color Harmonies of #3C48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48CE

Black with #3C48CE

Text Example


Text Example

White with #3C48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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