Html Css Color HEX #3C58BC Free Speech Blue

📋 copy color: '#3C58BC'

red 60 ◦ green 88 ◦ blue 188

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

Shades of Free Speech Blue #3C58BC

Tints of Free Speech Blue #3C58BC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 17.86%
G = 26.19%
B = 55.95%

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

#3C58BC (or 0x3C58BC) is known color: Free Speech Blue. HEX triplet: 3C, 58 and BC. RGB value is (60,88,188). Sum of RGB (Red+Green+Blue) = 60+88+188=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58BC is #C3A743. Grayscale: #5A5A5A. Windows color (decimal): -12822340 or 12343356. OLE color: 12343356.

HSL color Cylindrical-coordinate representation of color #3C58BC: hue angle of 226.88º 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 #3C58BC is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 88 188 -
CMYK 0.68 0.53 0 0.26
HSL 226.88º 0.52% 0.49% -
HSV(B) 226.88º 0.68% 0.74% -
XYZ 14.43 11.57 49.05 -
YUV 91.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 60 88 188 0.68 0.53 0 0.26 226.88 0.52 0.49
Hex 3C 58 BC 44 35 0 1A E3 34 31
Octal 74 130 274 104 65 0 32 343 64 61
Binary 111100 1011000 10111100 1000100 110101 0 11010 11100011 110100 110001

Color Harmonies of #3C58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C58BC

Black with #3C58BC

Text Example


Text Example

White with #3C58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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