Html Css Color HEX #3D46DF Free Speech Blue

📋 copy color: '#3D46DF'

red 61 ◦ green 70 ◦ blue 223

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

Shades of Free Speech Blue #3D46DF

Tints of Free Speech Blue #3D46DF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

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

R = 17.23%
G = 19.77%
B = 62.99%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D46DF (or 0x3D46DF) is known color: Free Speech Blue. HEX triplet: 3D, 46 and DF. RGB value is (61,70,223). Sum of RGB (Red+Green+Blue) = 61+70+223=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D46DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D46DF is #C2B920. Grayscale: #545454. Windows color (decimal): -12761377 or 14632509. OLE color: 14632509.

HSL color Cylindrical-coordinate representation of color #3D46DF: hue angle of 236.67º 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 #3D46DF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 70 223 -
CMYK 0.73 0.69 0 0.13
HSL 236.67º 0.72% 0.56% -
HSV(B) 236.67º 0.73% 0.87% -
XYZ 17.43 10.7 70.96 -
YUV 84.75 206.02 111.06 -
System Red Green Blue C M Y K H S L
Decimal 61 70 223 0.73 0.69 0 0.13 236.67 0.72 0.56
Hex 3D 46 DF 49 45 0 D ED 48 38
Octal 75 106 337 111 105 0 15 355 110 70
Binary 111101 1000110 11011111 1001001 1000101 0 1101 11101101 1001000 111000

Color Harmonies of #3D46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D46DF

Black with #3D46DF

Text Example


Text Example

White with #3D46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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