Html Css Color HEX #3C5ACB Free Speech Blue

📋 copy color: '#3C5ACB'

red 60 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #3C5ACB

Tints of Free Speech Blue #3C5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 17%
G = 25.5%
B = 57.51%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C5ACB (or 0x3C5ACB) is known color: Free Speech Blue. HEX triplet: 3C, 5A and CB. RGB value is (60,90,203). Sum of RGB (Red+Green+Blue) = 60+90+203=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5ACB is #C3A534. Grayscale: #5D5D5D. Windows color (decimal): -12821813 or 13326908. OLE color: 13326908.

HSL color Cylindrical-coordinate representation of color #3C5ACB: hue angle of 227.41º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C5ACB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 90 203 -
CMYK 0.70 0.56 0 0.20
HSL 227.41º 0.58% 0.52% -
HSV(B) 227.41º 0.7% 0.8% -
XYZ 16.3 12.58 58.07 -
YUV 93.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 60 90 203 0.70 0.56 0 0.20 227.41 0.58 0.52
Hex 3C 5A CB 46 38 0 14 E3 3A 34
Octal 74 132 313 106 70 0 24 343 72 64
Binary 111100 1011010 11001011 1000110 111000 0 10100 11100011 111010 110100

Color Harmonies of #3C5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5ACB

Black with #3C5ACB

Text Example


Text Example

White with #3C5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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