Html Css Color HEX #3C46DD Free Speech Blue

📋 copy color: '#3C46DD'

red 60 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Blue #3C46DD

Tints of Free Speech Blue #3C46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 17.09%
G = 19.94%
B = 62.96%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C46DD (or 0x3C46DD) is known color: Free Speech Blue. HEX triplet: 3C, 46 and DD. RGB value is (60,70,221). Sum of RGB (Red+Green+Blue) = 60+70+221=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C46DD is #C3B922. Grayscale: #535353. Windows color (decimal): -12826915 or 14501436. OLE color: 14501436.

HSL color Cylindrical-coordinate representation of color #3C46DD: hue angle of 236.27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C46DD is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 70 221 -
CMYK 0.73 0.68 0 0.13
HSL 236.27º 0.7% 0.55% -
HSV(B) 236.27º 0.73% 0.87% -
XYZ 17.1 10.56 69.54 -
YUV 84.22 205.19 110.72 -
System Red Green Blue C M Y K H S L
Decimal 60 70 221 0.73 0.68 0 0.13 236.27 0.7 0.55
Hex 3C 46 DD 49 44 0 D EC 46 37
Octal 74 106 335 111 104 0 15 354 106 67
Binary 111100 1000110 11011101 1001001 1000100 0 1101 11101100 1000110 110111

Color Harmonies of #3C46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C46DD

Black with #3C46DD

Text Example


Text Example

White with #3C46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,70,221); }

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

background-color css

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

 a { background-color: rgb(60,70,221); }

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

border-color css

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

 span { border-color: rgb(60,70,221); }

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