Html Css Color HEX #3B4AB7 Free Speech Blue

📋 copy color: '#3B4AB7'

red 59 ◦ green 74 ◦ blue 183

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

Shades of Free Speech Blue #3B4AB7

Tints of Free Speech Blue #3B4AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.91%

R = 18.67%
G = 23.42%
B = 57.91%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3B4AB7 (or 0x3B4AB7) is known color: Free Speech Blue. HEX triplet: 3B, 4A and B7. RGB value is (59,74,183). Sum of RGB (Red+Green+Blue) = 59+74+183=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 183 (71.88% from 255 or 57.91% from 316); Max value from RGB is 183 - color contains mainly: blue. Hex color #3B4AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B4AB7 is #C4B548. Grayscale: #515151. Windows color (decimal): -12891465 or 12012091. OLE color: 12012091.

HSL color Cylindrical-coordinate representation of color #3B4AB7: hue angle of 232.74º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B4AB7 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 59 74 183 -
CMYK 0.68 0.60 0 0.28
HSL 232.74º 0.51% 0.47% -
HSV(B) 232.74º 0.68% 0.72% -
XYZ 12.8 9.25 45.91 -
YUV 81.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 59 74 183 0.68 0.60 0 0.28 232.74 0.51 0.47
Hex 3B 4A B7 44 3C 0 1C E9 33 2F
Octal 73 112 267 104 74 0 34 351 63 57
Binary 111011 1001010 10110111 1000100 111100 0 11100 11101001 110011 101111

Color Harmonies of #3B4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4AB7

Black with #3B4AB7

Text Example


Text Example

White with #3B4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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