Html Css Color HEX #3B4DC6 Free Speech Blue

📋 copy color: '#3B4DC6'

red 59 ◦ green 77 ◦ blue 198

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

Shades of Free Speech Blue #3B4DC6

Tints of Free Speech Blue #3B4DC6

RGB

 RED value IS 59 (23.44% from 255) = 17.66%

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

 BLUE value IS 198 (77.73% from 255) = 59.28%

R = 17.66%
G = 23.05%
B = 59.28%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3B4DC6 (or 0x3B4DC6) is known color: Free Speech Blue. HEX triplet: 3B, 4D and C6. RGB value is (59,77,198). Sum of RGB (Red+Green+Blue) = 59+77+198=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #3B4DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B4DC6 is #C4B239. Grayscale: #545454. Windows color (decimal): -12890682 or 12995899. OLE color: 12995899.

HSL color Cylindrical-coordinate representation of color #3B4DC6: hue angle of 232.23º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B4DC6 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 77 198 -
CMYK 0.70 0.61 0 0.22
HSL 232.23º 0.55% 0.5% -
HSV(B) 232.23º 0.7% 0.78% -
XYZ 14.65 10.31 54.64 -
YUV 85.41 191.54 109.16 -
System Red Green Blue C M Y K H S L
Decimal 59 77 198 0.70 0.61 0 0.22 232.23 0.55 0.5
Hex 3B 4D C6 46 3D 0 16 E8 37 32
Octal 73 115 306 106 75 0 26 350 67 62
Binary 111011 1001101 11000110 1000110 111101 0 10110 11101000 110111 110010

Color Harmonies of #3B4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4DC6

Black with #3B4DC6

Text Example


Text Example

White with #3B4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,77,198); }

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

background-color css

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

 a { background-color: rgb(59,77,198); }

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

border-color css

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

 span { border-color: rgb(59,77,198); }

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