Html Css Color HEX #3C52BE Free Speech Blue

📋 copy color: '#3C52BE'

red 60 ◦ green 82 ◦ blue 190

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

Shades of Free Speech Blue #3C52BE

Tints of Free Speech Blue #3C52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 18.07%
G = 24.7%
B = 57.23%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C52BE (or 0x3C52BE) is known color: Free Speech Blue. HEX triplet: 3C, 52 and BE. RGB value is (60,82,190). Sum of RGB (Red+Green+Blue) = 60+82+190=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C52BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52BE is #C3AD41. Grayscale: #575757. Windows color (decimal): -12823874 or 12472892. OLE color: 12472892.

HSL color Cylindrical-coordinate representation of color #3C52BE: hue angle of 229.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C52BE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 82 190 -
CMYK 0.68 0.57 0 0.25
HSL 229.85º 0.52% 0.49% -
HSV(B) 229.85º 0.68% 0.75% -
XYZ 14.18 10.71 50.04 -
YUV 87.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 60 82 190 0.68 0.57 0 0.25 229.85 0.52 0.49
Hex 3C 52 BE 44 39 0 19 E6 34 31
Octal 74 122 276 104 71 0 31 346 64 61
Binary 111100 1010010 10111110 1000100 111001 0 11001 11100110 110100 110001

Color Harmonies of #3C52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C52BE

Black with #3C52BE

Text Example


Text Example

White with #3C52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,82,190); }

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

background-color css

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

 a { background-color: rgb(60,82,190); }

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

border-color css

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

 span { border-color: rgb(60,82,190); }

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