Html Css Color HEX #3C4DBC Free Speech Blue

📋 copy color: '#3C4DBC'

red 60 ◦ green 77 ◦ blue 188

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

Shades of Free Speech Blue #3C4DBC

Tints of Free Speech Blue #3C4DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

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

R = 18.46%
G = 23.69%
B = 57.85%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C4DBC (or 0x3C4DBC) is known color: Free Speech Blue. HEX triplet: 3C, 4D and BC. RGB value is (60,77,188). Sum of RGB (Red+Green+Blue) = 60+77+188=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C4DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DBC is #C3B243. Grayscale: #545454. Windows color (decimal): -12825156 or 12340540. OLE color: 12340540.

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

Color convert

RGB 60 77 188 -
CMYK 0.68 0.59 0 0.26
HSL 232.03º 0.52% 0.49% -
HSV(B) 232.03º 0.68% 0.74% -
XYZ 13.59 9.9 48.77 -
YUV 84.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 60 77 188 0.68 0.59 0 0.26 232.03 0.52 0.49
Hex 3C 4D BC 44 3B 0 1A E8 34 31
Octal 74 115 274 104 73 0 32 350 64 61
Binary 111100 1001101 10111100 1000100 111011 0 11010 11101000 110100 110001

Color Harmonies of #3C4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DBC

Black with #3C4DBC

Text Example


Text Example

White with #3C4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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