Html Css Color HEX #3C53BA Free Speech Blue

📋 copy color: '#3C53BA'

red 60 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Blue #3C53BA

Tints of Free Speech Blue #3C53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 18.24%
G = 25.23%
B = 56.53%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C53BA (or 0x3C53BA) is known color: Free Speech Blue. HEX triplet: 3C, 53 and BA. RGB value is (60,83,186). Sum of RGB (Red+Green+Blue) = 60+83+186=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C53BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C53BA is #C3AC45. Grayscale: #575757. Windows color (decimal): -12823622 or 12211004. OLE color: 12211004.

HSL color Cylindrical-coordinate representation of color #3C53BA: hue angle of 229.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C53BA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 83 186 -
CMYK 0.68 0.55 0 0.27
HSL 229.05º 0.51% 0.48% -
HSV(B) 229.05º 0.68% 0.73% -
XYZ 13.82 10.69 47.79 -
YUV 87.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 60 83 186 0.68 0.55 0 0.27 229.05 0.51 0.48
Hex 3C 53 BA 44 37 0 1B E5 33 30
Octal 74 123 272 104 67 0 33 345 63 60
Binary 111100 1010011 10111010 1000100 110111 0 11011 11100101 110011 110000

Color Harmonies of #3C53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C53BA

Black with #3C53BA

Text Example


Text Example

White with #3C53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,186); }

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

background-color css

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

 a { background-color: rgb(60,83,186); }

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

border-color css

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

 span { border-color: rgb(60,83,186); }

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