Html Css Color HEX #3C59BC Free Speech Blue

📋 copy color: '#3C59BC'

red 60 ◦ green 89 ◦ blue 188

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

Shades of Free Speech Blue #3C59BC

Tints of Free Speech Blue #3C59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 17.8%
G = 26.41%
B = 55.79%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C59BC (or 0x3C59BC) is known color: Free Speech Blue. HEX triplet: 3C, 59 and BC. RGB value is (60,89,188). Sum of RGB (Red+Green+Blue) = 60+89+188=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C59BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C59BC is #C3A643. Grayscale: #5B5B5B. Windows color (decimal): -12822084 or 12343612. OLE color: 12343612.

HSL color Cylindrical-coordinate representation of color #3C59BC: hue angle of 226.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C59BC is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 89 188 -
CMYK 0.68 0.53 0 0.26
HSL 226.41º 0.52% 0.49% -
HSV(B) 226.41º 0.68% 0.74% -
XYZ 14.51 11.74 49.08 -
YUV 91.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 60 89 188 0.68 0.53 0 0.26 226.41 0.52 0.49
Hex 3C 59 BC 44 35 0 1A E2 34 31
Octal 74 131 274 104 65 0 32 342 64 61
Binary 111100 1011001 10111100 1000100 110101 0 11010 11100010 110100 110001

Color Harmonies of #3C59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C59BC

Black with #3C59BC

Text Example


Text Example

White with #3C59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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