Html Css Color HEX #3C5ABD Free Speech Blue

📋 copy color: '#3C5ABD'

red 60 ◦ green 90 ◦ blue 189

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

Shades of Free Speech Blue #3C5ABD

Tints of Free Speech Blue #3C5ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 17.7%
G = 26.55%
B = 55.75%

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

#3C5ABD (or 0x3C5ABD) is known color: Free Speech Blue. HEX triplet: 3C, 5A and BD. RGB value is (60,90,189). Sum of RGB (Red+Green+Blue) = 60+90+189=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C5ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ABD is #C3A542. Grayscale: #5B5B5B. Windows color (decimal): -12821827 or 12409404. OLE color: 12409404.

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

Color convert

RGB 60 90 189 -
CMYK 0.68 0.52 0 0.26
HSL 226.05º 0.52% 0.49% -
HSV(B) 226.05º 0.68% 0.74% -
XYZ 14.7 11.95 49.68 -
YUV 92.32 182.56 104.95 -
System Red Green Blue C M Y K H S L
Decimal 60 90 189 0.68 0.52 0 0.26 226.05 0.52 0.49
Hex 3C 5A BD 44 34 0 1A E2 34 31
Octal 74 132 275 104 64 0 32 342 64 61
Binary 111100 1011010 10111101 1000100 110100 0 11010 11100010 110100 110001

Color Harmonies of #3C5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5ABD

Black with #3C5ABD

Text Example


Text Example

White with #3C5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,189); }

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

background-color css

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

 a { background-color: rgb(60,90,189); }

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

border-color css

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

 span { border-color: rgb(60,90,189); }

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