Html Css Color HEX #3D50DF Free Speech Blue

📋 copy color: '#3D50DF'

red 61 ◦ green 80 ◦ blue 223

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

Shades of Free Speech Blue #3D50DF

Tints of Free Speech Blue #3D50DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 16.76%
G = 21.98%
B = 61.26%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D50DF (or 0x3D50DF) is known color: Free Speech Blue. HEX triplet: 3D, 50 and DF. RGB value is (61,80,223). Sum of RGB (Red+Green+Blue) = 61+80+223=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D50DF is #C2AF20. Grayscale: #5A5A5A. Windows color (decimal): -12758817 or 14635069. OLE color: 14635069.

HSL color Cylindrical-coordinate representation of color #3D50DF: hue angle of 232.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D50DF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 80 223 -
CMYK 0.73 0.64 0 0.13
HSL 232.96º 0.72% 0.56% -
HSV(B) 232.96º 0.73% 0.87% -
XYZ 18.11 12.06 71.18 -
YUV 90.62 202.71 106.87 -
System Red Green Blue C M Y K H S L
Decimal 61 80 223 0.73 0.64 0 0.13 232.96 0.72 0.56
Hex 3D 50 DF 49 40 0 D E9 48 38
Octal 75 120 337 111 100 0 15 351 110 70
Binary 111101 1010000 11011111 1001001 1000000 0 1101 11101001 1001000 111000

Color Harmonies of #3D50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D50DF

Black with #3D50DF

Text Example


Text Example

White with #3D50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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