Html Css Color HEX #3C47DD Free Speech Blue

📋 copy color: '#3C47DD'

red 60 ◦ green 71 ◦ blue 221

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

Shades of Free Speech Blue #3C47DD

Tints of Free Speech Blue #3C47DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

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

R = 17.05%
G = 20.17%
B = 62.78%

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

#3C47DD (or 0x3C47DD) is known color: Free Speech Blue. HEX triplet: 3C, 47 and DD. RGB value is (60,71,221). Sum of RGB (Red+Green+Blue) = 60+71+221=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C47DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C47DD is #C3B822. Grayscale: #545454. Windows color (decimal): -12826659 or 14501692. OLE color: 14501692.

HSL color Cylindrical-coordinate representation of color #3C47DD: hue angle of 235.9º 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 #3C47DD is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 71 221 -
CMYK 0.73 0.68 0 0.13
HSL 235.9º 0.7% 0.55% -
HSV(B) 235.9º 0.73% 0.87% -
XYZ 17.17 10.69 69.56 -
YUV 84.81 204.86 110.3 -
System Red Green Blue C M Y K H S L
Decimal 60 71 221 0.73 0.68 0 0.13 235.9 0.7 0.55
Hex 3C 47 DD 49 44 0 D EC 46 37
Octal 74 107 335 111 104 0 15 354 106 67
Binary 111100 1000111 11011101 1001001 1000100 0 1101 11101100 1000110 110111

Color Harmonies of #3C47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C47DD

Black with #3C47DD

Text Example


Text Example

White with #3C47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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