Html Css Color HEX #3C4DBE Free Speech Blue

📋 copy color: '#3C4DBE'

red 60 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #3C4DBE

Tints of Free Speech Blue #3C4DBE

RGB

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

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

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

R = 18.35%
G = 23.55%
B = 58.1%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C4DBE (or 0x3C4DBE) is known color: Free Speech Blue. HEX triplet: 3C, 4D and BE. RGB value is (60,77,190). Sum of RGB (Red+Green+Blue) = 60+77+190=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C4DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DBE is #C3B241. Grayscale: #545454. Windows color (decimal): -12825154 or 12471612. OLE color: 12471612.

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

Color convert

RGB 60 77 190 -
CMYK 0.68 0.59 0 0.25
HSL 232.15º 0.52% 0.49% -
HSV(B) 232.15º 0.68% 0.75% -
XYZ 13.81 9.99 49.91 -
YUV 84.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 60 77 190 0.68 0.59 0 0.25 232.15 0.52 0.49
Hex 3C 4D BE 44 3B 0 19 E8 34 31
Octal 74 115 276 104 73 0 31 350 64 61
Binary 111100 1001101 10111110 1000100 111011 0 11001 11101000 110100 110001

Color Harmonies of #3C4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DBE

Black with #3C4DBE

Text Example


Text Example

White with #3C4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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