Html Css Color HEX #3C59D0 Free Speech Blue

📋 copy color: '#3C59D0'

red 60 ◦ green 89 ◦ blue 208

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

Shades of Free Speech Blue #3C59D0

Tints of Free Speech Blue #3C59D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 16.81%
G = 24.93%
B = 58.26%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C59D0 (or 0x3C59D0) is known color: Free Speech Blue. HEX triplet: 3C, 59 and D0. RGB value is (60,89,208). Sum of RGB (Red+Green+Blue) = 60+89+208=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #3C59D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C59D0 is #C3A62F. Grayscale: #5D5D5D. Windows color (decimal): -12822064 or 13654332. OLE color: 13654332.

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

Color convert

RGB 60 89 208 -
CMYK 0.71 0.57 0 0.18
HSL 228.24º 0.61% 0.53% -
HSV(B) 228.24º 0.71% 0.82% -
XYZ 16.82 12.66 61.23 -
YUV 93.9 192.39 103.82 -
System Red Green Blue C M Y K H S L
Decimal 60 89 208 0.71 0.57 0 0.18 228.24 0.61 0.53
Hex 3C 59 D0 47 39 0 12 E4 3D 35
Octal 74 131 320 107 71 0 22 344 75 65
Binary 111100 1011001 11010000 1000111 111001 0 10010 11100100 111101 110101

Color Harmonies of #3C59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C59D0

Black with #3C59D0

Text Example


Text Example

White with #3C59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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