Html Css Color HEX #3C56BE Free Speech Blue

📋 copy color: '#3C56BE'

red 60 ◦ green 86 ◦ blue 190

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

Shades of Free Speech Blue #3C56BE

Tints of Free Speech Blue #3C56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

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

R = 17.86%
G = 25.6%
B = 56.55%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C56BE (or 0x3C56BE) is known color: Free Speech Blue. HEX triplet: 3C, 56 and BE. RGB value is (60,86,190). Sum of RGB (Red+Green+Blue) = 60+86+190=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C56BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C56BE is #C3A941. Grayscale: #595959. Windows color (decimal): -12822850 or 12473916. OLE color: 12473916.

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

Color convert

RGB 60 86 190 -
CMYK 0.68 0.55 0 0.25
HSL 228º 0.52% 0.49% -
HSV(B) 228º 0.68% 0.75% -
XYZ 14.49 11.33 50.14 -
YUV 90.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 60 86 190 0.68 0.55 0 0.25 228 0.52 0.49
Hex 3C 56 BE 44 37 0 19 E4 34 31
Octal 74 126 276 104 67 0 31 344 64 61
Binary 111100 1010110 10111110 1000100 110111 0 11001 11100100 110100 110001

Color Harmonies of #3C56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C56BE

Black with #3C56BE

Text Example


Text Example

White with #3C56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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