Html Css Color HEX #3C5FCD Free Speech Blue

📋 copy color: '#3C5FCD'

red 60 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #3C5FCD

Tints of Free Speech Blue #3C5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

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

R = 16.67%
G = 26.39%
B = 56.94%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C5FCD (or 0x3C5FCD) is known color: Free Speech Blue. HEX triplet: 3C, 5F and CD. RGB value is (60,95,205). Sum of RGB (Red+Green+Blue) = 60+95+205=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FCD is #C3A032. Grayscale: #606060. Windows color (decimal): -12820531 or 13459260. OLE color: 13459260.

HSL color Cylindrical-coordinate representation of color #3C5FCD: hue angle of 225.52º 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 #3C5FCD is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 95 205 -
CMYK 0.71 0.54 0 0.20
HSL 225.52º 0.59% 0.52% -
HSV(B) 225.52º 0.71% 0.8% -
XYZ 16.98 13.55 59.48 -
YUV 97.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 60 95 205 0.71 0.54 0 0.20 225.52 0.59 0.52
Hex 3C 5F CD 47 36 0 14 E2 3B 34
Octal 74 137 315 107 66 0 24 342 73 64
Binary 111100 1011111 11001101 1000111 110110 0 10100 11100010 111011 110100

Color Harmonies of #3C5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5FCD

Black with #3C5FCD

Text Example


Text Example

White with #3C5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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