Html Css Color HEX #3C53BC Free Speech Blue

📋 copy color: '#3C53BC'

red 60 ◦ green 83 ◦ blue 188

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

Shades of Free Speech Blue #3C53BC

Tints of Free Speech Blue #3C53BC

RGB

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

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

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

R = 18.13%
G = 25.08%
B = 56.8%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C53BC (or 0x3C53BC) is known color: Free Speech Blue. HEX triplet: 3C, 53 and BC. RGB value is (60,83,188). Sum of RGB (Red+Green+Blue) = 60+83+188=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C53BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C53BC is #C3AC43. Grayscale: #575757. Windows color (decimal): -12823620 or 12342076. OLE color: 12342076.

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

Color convert

RGB 60 83 188 -
CMYK 0.68 0.56 0 0.26
HSL 229.22º 0.52% 0.49% -
HSV(B) 229.22º 0.68% 0.74% -
XYZ 14.03 10.78 48.92 -
YUV 88.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 60 83 188 0.68 0.56 0 0.26 229.22 0.52 0.49
Hex 3C 53 BC 44 38 0 1A E5 34 31
Octal 74 123 274 104 70 0 32 345 64 61
Binary 111100 1010011 10111100 1000100 111000 0 11010 11100101 110100 110001

Color Harmonies of #3C53BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C53BC

Black with #3C53BC

Text Example


Text Example

White with #3C53BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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