Html Css Color HEX #3C5BBC Free Speech Blue

📋 copy color: '#3C5BBC'

red 60 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #3C5BBC

Tints of Free Speech Blue #3C5BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

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

R = 17.7%
G = 26.84%
B = 55.46%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C5BBC (or 0x3C5BBC) is known color: Free Speech Blue. HEX triplet: 3C, 5B and BC. RGB value is (60,91,188). Sum of RGB (Red+Green+Blue) = 60+91+188=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5BBC is #C3A443. Grayscale: #5C5C5C. Windows color (decimal): -12821572 or 12344124. OLE color: 12344124.

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

Color convert

RGB 60 91 188 -
CMYK 0.68 0.52 0 0.26
HSL 225.47º 0.52% 0.49% -
HSV(B) 225.47º 0.68% 0.74% -
XYZ 14.68 12.07 49.13 -
YUV 92.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 60 91 188 0.68 0.52 0 0.26 225.47 0.52 0.49
Hex 3C 5B BC 44 34 0 1A E1 34 31
Octal 74 133 274 104 64 0 32 341 64 61
Binary 111100 1011011 10111100 1000100 110100 0 11010 11100001 110100 110001

Color Harmonies of #3C5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5BBC

Black with #3C5BBC

Text Example


Text Example

White with #3C5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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