Html Css Color HEX #3B50BD Free Speech Blue

📋 copy color: '#3B50BD'

red 59 ◦ green 80 ◦ blue 189

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

Shades of Free Speech Blue #3B50BD

Tints of Free Speech Blue #3B50BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 17.99%
G = 24.39%
B = 57.62%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B50BD (or 0x3B50BD) is known color: Free Speech Blue. HEX triplet: 3B, 50 and BD. RGB value is (59,80,189). Sum of RGB (Red+Green+Blue) = 59+80+189=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B50BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B50BD is #C4AF42. Grayscale: #555555. Windows color (decimal): -12889923 or 12406843. OLE color: 12406843.

HSL color Cylindrical-coordinate representation of color #3B50BD: hue angle of 230.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B50BD is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 80 189 -
CMYK 0.69 0.58 0 0.26
HSL 230.31º 0.52% 0.49% -
HSV(B) 230.31º 0.69% 0.74% -
XYZ 13.86 10.34 49.41 -
YUV 86.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 59 80 189 0.69 0.58 0 0.26 230.31 0.52 0.49
Hex 3B 50 BD 45 3A 0 1A E6 34 31
Octal 73 120 275 105 72 0 32 346 64 61
Binary 111011 1010000 10111101 1000101 111010 0 11010 11100110 110100 110001

Color Harmonies of #3B50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B50BD

Black with #3B50BD

Text Example


Text Example

White with #3B50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,189); }

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

background-color css

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

 a { background-color: rgb(59,80,189); }

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

border-color css

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

 span { border-color: rgb(59,80,189); }

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