Html Css Color HEX #3C4CDD Free Speech Blue

📋 copy color: '#3C4CDD'

red 60 ◦ green 76 ◦ blue 221

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

Shades of Free Speech Blue #3C4CDD

Tints of Free Speech Blue #3C4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 16.81%
G = 21.29%
B = 61.9%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C4CDD (or 0x3C4CDD) is known color: Free Speech Blue. HEX triplet: 3C, 4C and DD. RGB value is (60,76,221). Sum of RGB (Red+Green+Blue) = 60+76+221=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C4CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CDD is #C3B322. Grayscale: #575757. Windows color (decimal): -12825379 or 14502972. OLE color: 14502972.

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

Color convert

RGB 60 76 221 -
CMYK 0.73 0.66 0 0.13
HSL 234.04º 0.7% 0.55% -
HSV(B) 234.04º 0.73% 0.87% -
XYZ 17.5 11.35 69.68 -
YUV 87.75 203.2 108.21 -
System Red Green Blue C M Y K H S L
Decimal 60 76 221 0.73 0.66 0 0.13 234.04 0.7 0.55
Hex 3C 4C DD 49 42 0 D EA 46 37
Octal 74 114 335 111 102 0 15 352 106 67
Binary 111100 1001100 11011101 1001001 1000010 0 1101 11101010 1000110 110111

Color Harmonies of #3C4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CDD

Black with #3C4CDD

Text Example


Text Example

White with #3C4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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