Html Css Color HEX #3C5ECF Free Speech Blue

📋 copy color: '#3C5ECF'

red 60 ◦ green 94 ◦ blue 207

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

Shades of Free Speech Blue #3C5ECF

Tints of Free Speech Blue #3C5ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 16.62%
G = 26.04%
B = 57.34%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C5ECF (or 0x3C5ECF) is known color: Free Speech Blue. HEX triplet: 3C, 5E and CF. RGB value is (60,94,207). Sum of RGB (Red+Green+Blue) = 60+94+207=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ECF is #C3A130. Grayscale: #606060. Windows color (decimal): -12820785 or 13590076. OLE color: 13590076.

HSL color Cylindrical-coordinate representation of color #3C5ECF: hue angle of 226.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C5ECF is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 94 207 -
CMYK 0.71 0.55 0 0.19
HSL 226.12º 0.6% 0.52% -
HSV(B) 226.12º 0.71% 0.81% -
XYZ 17.13 13.47 60.73 -
YUV 96.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 60 94 207 0.71 0.55 0 0.19 226.12 0.6 0.52
Hex 3C 5E CF 47 37 0 13 E2 3C 34
Octal 74 136 317 107 67 0 23 342 74 64
Binary 111100 1011110 11001111 1000111 110111 0 10011 11100010 111100 110100

Color Harmonies of #3C5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5ECF

Black with #3C5ECF

Text Example


Text Example

White with #3C5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,94,207); }

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

background-color css

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

 a { background-color: rgb(60,94,207); }

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

border-color css

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

 span { border-color: rgb(60,94,207); }

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