Html Css Color HEX #3C4DCD Free Speech Blue

📋 copy color: '#3C4DCD'

red 60 ◦ green 77 ◦ blue 205

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

Shades of Free Speech Blue #3C4DCD

Tints of Free Speech Blue #3C4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 205 (80.47% from 255) = 59.94%

R = 17.54%
G = 22.51%
B = 59.94%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C4DCD (or 0x3C4DCD) is known color: Free Speech Blue. HEX triplet: 3C, 4D and CD. RGB value is (60,77,205). Sum of RGB (Red+Green+Blue) = 60+77+205=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DCD is #C3B232. Grayscale: #555555. Windows color (decimal): -12825139 or 13454652. OLE color: 13454652.

HSL color Cylindrical-coordinate representation of color #3C4DCD: hue angle of 232.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C4DCD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 77 205 -
CMYK 0.71 0.62 0 0.20
HSL 232.97º 0.59% 0.52% -
HSV(B) 232.97º 0.71% 0.8% -
XYZ 15.54 10.68 59 -
YUV 86.51 194.87 109.09 -
System Red Green Blue C M Y K H S L
Decimal 60 77 205 0.71 0.62 0 0.20 232.97 0.59 0.52
Hex 3C 4D CD 47 3E 0 14 E9 3B 34
Octal 74 115 315 107 76 0 24 351 73 64
Binary 111100 1001101 11001101 1000111 111110 0 10100 11101001 111011 110100

Color Harmonies of #3C4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DCD

Black with #3C4DCD

Text Example


Text Example

White with #3C4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,205); }

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

background-color css

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

 a { background-color: rgb(60,77,205); }

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

border-color css

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

 span { border-color: rgb(60,77,205); }

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