Html Css Color HEX #3C4CBC Free Speech Blue

📋 copy color: '#3C4CBC'

red 60 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #3C4CBC

Tints of Free Speech Blue #3C4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.46%

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

R = 18.52%
G = 23.46%
B = 58.02%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C4CBC (or 0x3C4CBC) is known color: Free Speech Blue. HEX triplet: 3C, 4C and BC. RGB value is (60,76,188). Sum of RGB (Red+Green+Blue) = 60+76+188=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4CBC is #C3B343. Grayscale: #535353. Windows color (decimal): -12825412 or 12340284. OLE color: 12340284.

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

Color convert

RGB 60 76 188 -
CMYK 0.68 0.60 0 0.26
HSL 232.5º 0.52% 0.49% -
HSV(B) 232.5º 0.68% 0.74% -
XYZ 13.53 9.76 48.75 -
YUV 83.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 60 76 188 0.68 0.60 0 0.26 232.5 0.52 0.49
Hex 3C 4C BC 44 3C 0 1A E8 34 31
Octal 74 114 274 104 74 0 32 350 64 61
Binary 111100 1001100 10111100 1000100 111100 0 11010 11101000 110100 110001

Color Harmonies of #3C4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4CBC

Black with #3C4CBC

Text Example


Text Example

White with #3C4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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