Html Css Color HEX #3C41D7 Free Speech Blue

📋 copy color: '#3C41D7'

red 60 ◦ green 65 ◦ blue 215

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

Shades of Free Speech Blue #3C41D7

Tints of Free Speech Blue #3C41D7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

 BLUE value IS 215 (84.38% from 255) = 63.24%

R = 17.65%
G = 19.12%
B = 63.24%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C41D7 (or 0x3C41D7) is known color: Free Speech Blue. HEX triplet: 3C, 41 and D7. RGB value is (60,65,215). Sum of RGB (Red+Green+Blue) = 60+65+215=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C41D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41D7 is #C3BE28. Grayscale: #505050. Windows color (decimal): -12828201 or 14106940. OLE color: 14106940.

HSL color Cylindrical-coordinate representation of color #3C41D7: hue angle of 238.06º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C41D7 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 65 215 -
CMYK 0.72 0.70 0 0.16
HSL 238.06º 0.66% 0.54% -
HSV(B) 238.06º 0.72% 0.84% -
XYZ 16.02 9.65 65.31 -
YUV 80.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 60 65 215 0.72 0.70 0 0.16 238.06 0.66 0.54
Hex 3C 41 D7 48 46 0 10 EE 42 36
Octal 74 101 327 110 106 0 20 356 102 66
Binary 111100 1000001 11010111 1001000 1000110 0 10000 11101110 1000010 110110

Color Harmonies of #3C41D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C41D7

Black with #3C41D7

Text Example


Text Example

White with #3C41D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,65,215); }

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

background-color css

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

 a { background-color: rgb(60,65,215); }

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

border-color css

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

 span { border-color: rgb(60,65,215); }

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