Html Css Color HEX #3C5FD0 Free Speech Blue

📋 copy color: '#3C5FD0'

red 60 ◦ green 95 ◦ blue 208

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

Shades of Free Speech Blue #3C5FD0

Tints of Free Speech Blue #3C5FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.3%

R = 16.53%
G = 26.17%
B = 57.3%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C5FD0 (or 0x3C5FD0) is known color: Free Speech Blue. HEX triplet: 3C, 5F and D0. RGB value is (60,95,208). Sum of RGB (Red+Green+Blue) = 60+95+208=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #3C5FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FD0 is #C3A02F. Grayscale: #606060. Windows color (decimal): -12820528 or 13655868. OLE color: 13655868.

HSL color Cylindrical-coordinate representation of color #3C5FD0: hue angle of 225.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C5FD0 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 95 208 -
CMYK 0.71 0.54 0 0.18
HSL 225.81º 0.61% 0.53% -
HSV(B) 225.81º 0.71% 0.82% -
XYZ 17.34 13.7 61.4 -
YUV 97.42 190.4 101.31 -
System Red Green Blue C M Y K H S L
Decimal 60 95 208 0.71 0.54 0 0.18 225.81 0.61 0.53
Hex 3C 5F D0 47 36 0 12 E2 3D 35
Octal 74 137 320 107 66 0 22 342 75 65
Binary 111100 1011111 11010000 1000111 110110 0 10010 11100010 111101 110101

Color Harmonies of #3C5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5FD0

Black with #3C5FD0

Text Example


Text Example

White with #3C5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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