Html Css Color HEX #3B4AC6 Free Speech Blue

📋 copy color: '#3B4AC6'

red 59 ◦ green 74 ◦ blue 198

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

Shades of Free Speech Blue #3B4AC6

Tints of Free Speech Blue #3B4AC6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

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

R = 17.82%
G = 22.36%
B = 59.82%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3B4AC6 (or 0x3B4AC6) is known color: Free Speech Blue. HEX triplet: 3B, 4A and C6. RGB value is (59,74,198). Sum of RGB (Red+Green+Blue) = 59+74+198=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 198 (77.73% from 255 or 59.82% from 331); Max value from RGB is 198 - color contains mainly: blue. Hex color #3B4AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4AC6 is #C4B539. Grayscale: #535353. Windows color (decimal): -12891450 or 12995131. OLE color: 12995131.

HSL color Cylindrical-coordinate representation of color #3B4AC6: hue angle of 233.53º 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 #3B4AC6 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 74 198 -
CMYK 0.70 0.63 0 0.22
HSL 233.53º 0.55% 0.5% -
HSV(B) 233.53º 0.7% 0.78% -
XYZ 14.45 9.9 54.58 -
YUV 83.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 59 74 198 0.70 0.63 0 0.22 233.53 0.55 0.5
Hex 3B 4A C6 46 3F 0 16 EA 37 32
Octal 73 112 306 106 77 0 26 352 67 62
Binary 111011 1001010 11000110 1000110 111111 0 10110 11101010 110111 110010

Color Harmonies of #3B4AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4AC6

Black with #3B4AC6

Text Example


Text Example

White with #3B4AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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