Html Css Color HEX #3C4DBA Free Speech Blue

📋 copy color: '#3C4DBA'

red 60 ◦ green 77 ◦ blue 186

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

Shades of Free Speech Blue #3C4DBA

Tints of Free Speech Blue #3C4DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 18.58%
G = 23.84%
B = 57.59%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C4DBA (or 0x3C4DBA) is known color: Free Speech Blue. HEX triplet: 3C, 4D and BA. RGB value is (60,77,186). Sum of RGB (Red+Green+Blue) = 60+77+186=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DBA is #C3B245. Grayscale: #535353. Windows color (decimal): -12825158 or 12209468. OLE color: 12209468.

HSL color Cylindrical-coordinate representation of color #3C4DBA: hue angle of 231.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4DBA is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 77 186 -
CMYK 0.68 0.59 0 0.27
HSL 231.9º 0.51% 0.48% -
HSV(B) 231.9º 0.68% 0.73% -
XYZ 13.38 9.81 47.64 -
YUV 84.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 60 77 186 0.68 0.59 0 0.27 231.9 0.51 0.48
Hex 3C 4D BA 44 3B 0 1B E8 33 30
Octal 74 115 272 104 73 0 33 350 63 60
Binary 111100 1001101 10111010 1000100 111011 0 11011 11101000 110011 110000

Color Harmonies of #3C4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DBA

Black with #3C4DBA

Text Example


Text Example

White with #3C4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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