Html Css Color HEX #3D50BE Free Speech Blue

📋 copy color: '#3D50BE'

red 61 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Blue #3D50BE

Tints of Free Speech Blue #3D50BE

RGB

 RED value IS 61 (24.22% from 255) = 18.43%

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 18.43%
G = 24.17%
B = 57.4%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D50BE (or 0x3D50BE) is known color: Free Speech Blue. HEX triplet: 3D, 50 and BE. RGB value is (61,80,190). Sum of RGB (Red+Green+Blue) = 61+80+190=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50BE is #C2AF41. Grayscale: #565656. Windows color (decimal): -12758850 or 12472381. OLE color: 12472381.

HSL color Cylindrical-coordinate representation of color #3D50BE: hue angle of 231.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D50BE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 80 190 -
CMYK 0.68 0.58 0 0.25
HSL 231.16º 0.51% 0.49% -
HSV(B) 231.16º 0.68% 0.75% -
XYZ 14.09 10.45 49.99 -
YUV 86.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 61 80 190 0.68 0.58 0 0.25 231.16 0.51 0.49
Hex 3D 50 BE 44 3A 0 19 E7 33 31
Octal 75 120 276 104 72 0 31 347 63 61
Binary 111101 1010000 10111110 1000100 111010 0 11001 11100111 110011 110001

Color Harmonies of #3D50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D50BE

Black with #3D50BE

Text Example


Text Example

White with #3D50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,80,190); }

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

background-color css

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

 a { background-color: rgb(61,80,190); }

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

border-color css

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

 span { border-color: rgb(61,80,190); }

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